Skip to content

Commit 9619c53

Browse files
authored
Merge pull request #94 from StoicLoofah/mark_132
mark version 1.3.2
2 parents 23da51d + 0699b2f commit 9619c53

File tree

2 files changed

+8
-1
lines changed

2 files changed

+8
-1
lines changed

CHANGELOG.rst

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

4+
1.3.2 - August 9, 2019
5+
----------------------
6+
* Allow pytest #84
7+
* Format code with black #87
8+
* Fix UnitTypeChangeEvent.__str__ #92
9+
* Add Stetmann #93
10+
411
1.3.1 - November 29, 2018
512
-------------------------
613
* Parse backup if data is missing #69

setup.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44
setuptools.setup(
55
license="MIT",
66
name="sc2reader",
7-
version="1.3.1",
7+
version="1.3.2",
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(),

0 commit comments

Comments
 (0)