Skip to content

Commit 36e3f4e

Browse files
committed
bump version
1 parent 260d68c commit 36e3f4e

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.1.0 - June 26, 2018
5+
---------------------
6+
* Added support for protocol 65895 (StarCraft 4.4.0)
7+
48
1.0.0 - May 18, 2018
59
--------------------
610
* Added support for protocol 48258 through 64469

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.0.0',
7+
version='1.1.0',
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)