Skip to content

Commit ca59706

Browse files
committed
Bump version to v0.5.1
1 parent 303b4dc commit ca59706

File tree

3 files changed

+5
-4
lines changed

3 files changed

+5
-4
lines changed

CHANGELOG.rst

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
CHANGELOG
22
============
33

4-
0.5.1 - In progress
4+
0.5.1 - June 1, 2013
55
--------------------
66

77
* Fixes several game event parsing issues for older replays.

docs/source/conf.py

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -48,7 +48,8 @@
4848
# built documents.
4949
#
5050
# The short X.Y version.
51-
version = '0.5.0'
51+
version = '0.5.1'
52+
5253
# The full version, including alpha/beta/rc tags.
5354
release = '0.5.0'
5455

setup.py

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -4,15 +4,15 @@
44
setuptools.setup(
55
license="MIT",
66
name="sc2reader",
7-
version='0.5.0',
7+
version='0.5.1',
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(),
1111

1212
author="Graylin Kim",
1313
author_email="[email protected]",
1414
url="https://github.com/GraylinKim/sc2reader",
15-
download_url="https://github.com/GraylinKim/sc2reader/archive/v0.4.0.tar.gz",
15+
download_url="https://github.com/GraylinKim/sc2reader/archive/v0.5.1.tar.gz",
1616

1717
platforms=["any"],
1818

0 commit comments

Comments
 (0)