Skip to content
Merged
Show file tree
Hide file tree
Changes from 1 commit
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Prev Previous commit
v1.2 notes
  • Loading branch information
StoicLoofah committed Oct 7, 2018
commit 2ab1d91c4a2e792e3cb6d2de958e148e3d781c36
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
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