Skip to content

Commit 8ce5c26

Browse files
committed
mark release version 1.6.0
1 parent 86bd9b7 commit 8ce5c26

File tree

2 files changed

+6
-1
lines changed

2 files changed

+6
-1
lines changed

CHANGELOG.rst

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

4+
1.6.0 - July 30, 2020
5+
---------------------
6+
* Add support for protocol 80949 (StarCraft 5.0) #122
7+
* Fix toJson script #118
8+
49
1.5.0 - January 18, 2020
510
------------------------
611
* Add support for protocol 77379 #106 #107

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.5.0",
7+
version="1.6.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)