Skip to content

Commit

Permalink
Merge pull request #94 from StoicLoofah/mark_132
Browse files Browse the repository at this point in the history
mark version 1.3.2
  • Loading branch information
StoicLoofah authored Aug 9, 2019
2 parents 23da51d + 0699b2f commit 9619c53
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 1 deletion.
7 changes: 7 additions & 0 deletions CHANGELOG.rst
Original file line number Diff line number Diff line change
@@ -1,6 +1,13 @@
CHANGELOG
============

1.3.2 - August 9, 2019
----------------------
* Allow pytest #84
* Format code with black #87
* Fix UnitTypeChangeEvent.__str__ #92
* Add Stetmann #93

1.3.1 - November 29, 2018
-------------------------
* Parse backup if data is missing #69
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.3.1",
version="1.3.2",
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 9619c53

Please sign in to comment.