Skip to content

Commit

Permalink
Merge pull request #50 from StoicLoofah/stetmann_data
Browse files Browse the repository at this point in the history
Stetmann data
  • Loading branch information
StoicLoofah authored Aug 9, 2019
2 parents 3363a6c + ee569cb commit 63ead0c
Show file tree
Hide file tree
Showing 4 changed files with 505 additions and 3 deletions.
1 change: 1 addition & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,7 @@
Changes
=======

* v2.6.0, August 9, 2019 -- add Stetmann, mark additional worker types
* v2.5.2, March 27, 2019 -- update Forge upgrade timing for March 25, 2019 balance update
* v2.5.1, March 8, 2019 -- remove changelings of Marines with Combat Shield
* v2.5.0, January 22, 2019 -- update ladder data for balance patch 4.8.2
Expand Down
4 changes: 2 additions & 2 deletions setup.py
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
from setuptools import find_packages, setup

__version__ = "2.5.2"
__version__ = "2.6.0"

setup(
name="spawningtool",
Expand Down Expand Up @@ -28,7 +28,7 @@
},
install_requires=[
'argparse',
'sc2reader==1.3.0',
'sc2reader==1.3.2',
],
packages=find_packages(exclude=['tests']),
)
Loading

0 comments on commit 63ead0c

Please sign in to comment.