Skip to content

Commit 2ee6974

Browse files
authored
Merge pull request #110 from StoicLoofah/mark_150
mark release version 1.5.0
2 parents 1fd0b6a + c0d7e2d commit 2ee6974

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.5.0 - January 18, 2019
5+
-----------------------
6+
* Add support for protocol 77379 #106 #107
7+
* Workaround for missing data #102 #104
8+
49
1.4.0 - August 19, 2019
510
-----------------------
611
* Add support for protocol 75689 #95

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.4.0",
7+
version="1.5.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)