Skip to content

Commit

Permalink
Merge pull request #65 from StoicLoofah/tychus_support
Browse files Browse the repository at this point in the history
add support for Tychus co-op replays
  • Loading branch information
StoicLoofah authored Oct 7, 2018
2 parents cc364ff + 2ab1d91 commit 95e59b0
Show file tree
Hide file tree
Showing 3 changed files with 7 additions and 1 deletion.
5 changes: 5 additions & 0 deletions CHANGELOG.rst
Original file line number Diff line number Diff line change
@@ -1,6 +1,11 @@
CHANGELOG
============

1.2.0 - October 7, 2018
-----------------------
* Added support for Tychus
* Verified that StarCraft 4.6.1 replays work

1.1.0 - June 26, 2018
---------------------
* Added support for protocol 65895 (StarCraft 4.4.0)
Expand Down
1 change: 1 addition & 0 deletions sc2reader/data/attributes.json
Original file line number Diff line number Diff line change
Expand Up @@ -712,6 +712,7 @@
"Rayn": "Raynor",
"Stuk": "Stukov",
"Swan": "Swann",
"Tych": "Tychus",
"Vora": "Vorazun",
"Zaga": "Zagara"
}
Expand Down
2 changes: 1 addition & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
setuptools.setup(
license="MIT",
name="sc2reader",
version='1.1.0',
version='1.2.0',
keywords=["starcraft 2", "sc2", "replay", "parser"],
description="Utility for parsing Starcraft II replay files",
long_description=open("README.rst").read()+"\n\n"+open("CHANGELOG.rst").read(),
Expand Down

0 comments on commit 95e59b0

Please sign in to comment.