Skip to content

Commit 95e59b0

Browse files
authored
Merge pull request #65 from StoicLoofah/tychus_support
add support for Tychus co-op replays
2 parents cc364ff + 2ab1d91 commit 95e59b0

File tree

3 files changed

+7
-1
lines changed

3 files changed

+7
-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.2.0 - October 7, 2018
5+
-----------------------
6+
* Added support for Tychus
7+
* Verified that StarCraft 4.6.1 replays work
8+
49
1.1.0 - June 26, 2018
510
---------------------
611
* Added support for protocol 65895 (StarCraft 4.4.0)

sc2reader/data/attributes.json

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -712,6 +712,7 @@
712712
"Rayn": "Raynor",
713713
"Stuk": "Stukov",
714714
"Swan": "Swann",
715+
"Tych": "Tychus",
715716
"Vora": "Vorazun",
716717
"Zaga": "Zagara"
717718
}

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.1.0',
7+
version='1.2.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)