Skip to content

Commit cba9d63

Browse files
committed
Bump to 0.6.2
1 parent 2622463 commit cba9d63

File tree

3 files changed

+10
-3
lines changed

3 files changed

+10
-3
lines changed

CHANGELOG.rst

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

4+
0.6.2 - September 5th 2013
5+
--------------------------
6+
* Fix rare bug where TargetedAbility events could overwrite unit types.
7+
* Substantial performance boost (20% in local testing)
8+
* Fixed serious bug with FileCaching that affected Python3 users.
9+
* Plugins can now yield PluginExit events to broadcast their shutdown.
10+
411
0.6.1 - August 13th 2013
512
------------------------
613

docs/source/conf.py

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -50,10 +50,10 @@
5050
# built documents.
5151
#
5252
# The short X.Y version.
53-
version = '0.6.1'
53+
version = '0.6.2'
5454

5555
# The full version, including alpha/beta/rc tags.
56-
release = '0.6.1'
56+
release = '0.6.2'
5757

5858
# The language for content autogenerated by Sphinx. Refer to documentation
5959
# for a list of supported languages.

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='0.6.1',
7+
version='0.6.2',
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)