Skip to content

Commit 12634e1

Browse files
authored
Merge pull request #172 from StoicLoofah/mark_180
mark release version 1.8.0
2 parents d8a1ae2 + 2f1afc4 commit 12634e1

File tree

3 files changed

+11
-2
lines changed

3 files changed

+11
-2
lines changed

CHANGELOG.rst

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

4+
1.8.0 - May 4, 2022
5+
-------------------
6+
* Fix various typos in docs #146
7+
* Fix various URLs for blizzard resources #151 #154 #156
8+
* Fix Ravager data #161
9+
* Add CommandManagerStateEvent #162
10+
* Fix participant state from gameheart #171
11+
12+
413
1.7.0 - May 17, 2021
514
--------------------
615
* Add DOI to the README #128

sc2reader/__init__.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@
2020
"""
2121
from __future__ import absolute_import, print_function, unicode_literals, division
2222

23-
__version__ = "1.7.0"
23+
__version__ = "1.8.0"
2424

2525
import os
2626
import sys

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.7.0",
7+
version="1.8.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)