Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
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
mark release version 1.6.0
  • Loading branch information
StoicLoofah committed Jul 31, 2020
commit 8ce5c26feda59a67be071c44101784c8ae5cecaa
5 changes: 5 additions & 0 deletions CHANGELOG.rst
Original file line number Diff line number Diff line change
@@ -1,6 +1,11 @@
CHANGELOG
============

1.6.0 - July 30, 2020
---------------------
* Add support for protocol 80949 (StarCraft 5.0) #122
* Fix toJson script #118

1.5.0 - January 18, 2020
------------------------
* Add support for protocol 77379 #106 #107
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.5.0",
version="1.6.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