Skip to content

Commit

Permalink
mark release version 1.8.0
Browse files Browse the repository at this point in the history
  • Loading branch information
StoicLoofah committed May 5, 2022
1 parent d8a1ae2 commit 2f1afc4
Show file tree
Hide file tree
Showing 3 changed files with 11 additions and 2 deletions.
9 changes: 9 additions & 0 deletions CHANGELOG.rst
Original file line number Diff line number Diff line change
@@ -1,6 +1,15 @@
CHANGELOG
============

1.8.0 - May 4, 2022
-------------------
* Fix various typos in docs #146
* Fix various URLs for blizzard resources #151 #154 #156
* Fix Ravager data #161
* Add CommandManagerStateEvent #162
* Fix participant state from gameheart #171


1.7.0 - May 17, 2021
--------------------
* Add DOI to the README #128
Expand Down
2 changes: 1 addition & 1 deletion sc2reader/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@
"""
from __future__ import absolute_import, print_function, unicode_literals, division

__version__ = "1.7.0"
__version__ = "1.8.0"

import os
import sys
Expand Down
2 changes: 1 addition & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
setuptools.setup(
license="MIT",
name="sc2reader",
version="1.7.0",
version="1.8.0",
keywords=["starcraft 2", "sc2", "replay", "parser"],
description="Utility for parsing Starcraft II replay files",
long_description=open("README.rst").read() + "\n\n" + open("CHANGELOG.rst").read(),
Expand Down

0 comments on commit 2f1afc4

Please sign in to comment.