Skip to content

Commit af4d492

Browse files
committed
bump to 0.8.0, update some URLs and contributor info
1 parent f5fa1c5 commit af4d492

File tree

4 files changed

+11
-5
lines changed

4 files changed

+11
-5
lines changed

CHANGELOG.rst

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,10 @@
11
CHANGELOG
22
============
33

4+
0.8.0 -
5+
---------------------------
6+
* Merged into ggtracker/sc2reader, which mostly means that we have a bunch of parsing fixes. Thanks @StoicLoofah!
7+
48
0.7.0 -
59
---------------------------
610

CONTRIBUTORS.txt

Lines changed: 4 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,10 @@
1-
Author and Maintainer:
1+
Maintainer:
2+
David Joerg - @dsjoerg on github
3+
4+
Author:
25
Graylin Kim - graylinkim @ github
36

47
Contributors:
5-
David Joerg - @dsjoerg on github
68
Alexander Hanhikoski - @alexhanh on github
79
Bas Peschier (fizzgig) - @bpeschier on github
810
Jason Dana - @sheutka on github

sc2reader/__init__.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@
2020
"""
2121
from __future__ import absolute_import, print_function, unicode_literals, division
2222

23-
__version__ = "0.7.0-pre"
23+
__version__ = "0.8.0"
2424

2525
import os
2626
import sys

setup.py

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -4,14 +4,14 @@
44
setuptools.setup(
55
license="MIT",
66
name="sc2reader",
7-
version='0.7.0-pre',
7+
version='0.8.0',
88
keywords=["starcraft 2", "sc2", "replay", "parser"],
99
description="Utility for parsing Starcraft II replay files",
1010
long_description=open("README.rst").read()+"\n\n"+open("CHANGELOG.rst").read(),
1111

1212
author="Graylin Kim",
1313
author_email="[email protected]",
14-
url="https://github.com/GraylinKim/sc2reader",
14+
url="https://github.com/ggtracker/sc2reader",
1515

1616
platforms=["any"],
1717

0 commit comments

Comments
 (0)