Skip to content

Commit 2d4bd6b

Browse files
committed
Bump version to 0.6.4.
1 parent 6c0adc2 commit 2d4bd6b

File tree

3 files changed

+9
-2
lines changed

3 files changed

+9
-2
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.4 - September 22nd 2013
5+
---------------------------
6+
7+
* Fix bug in code for logging errors.
8+
* Fix siege tank supply count
9+
* Small improvements to message.events parsing.
10+
411
0.6.3 - September 15th 2013
512
---------------------------
613

sc2reader/__init__.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
# -*- coding: utf-8 -*-
22
from __future__ import absolute_import, print_function, unicode_literals, division
33

4-
__version__ = "0.6.3"
4+
__version__ = "0.6.4"
55

66
import os
77
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='0.6.3',
7+
version='0.6.4',
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)