Skip to content

Commit 346c422

Browse files
authored
Merge pull request #73 from StoicLoofah/mark_131
mark version 1.3.1
2 parents e58e8e5 + 2d2f281 commit 346c422

File tree

2 files changed

+5
-1
lines changed

2 files changed

+5
-1
lines changed

CHANGELOG.rst

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

4+
1.3.1 - November 29, 2018
5+
-------------------------
6+
* Parse backup if data is missing #69
7+
48
1.3.0 - November 16, 2018
59
-------------------------
610
* Added support for protocol 70154 (StarCraft 4.7.0)

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.0',
7+
version='1.3.1',
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)