Skip to content

Commit

Permalink
Bump version to 0.1.3
Browse files Browse the repository at this point in the history
  • Loading branch information
lpsinger committed May 20, 2014
1 parent 6c8f975 commit d8c7c1b
Show file tree
Hide file tree
Showing 2 changed files with 19 additions and 1 deletion.
18 changes: 18 additions & 0 deletions ChangeLog
Original file line number Diff line number Diff line change
@@ -1,6 +1,24 @@
Changelog
=========

0.1.3 (2014-05-19)
------------------

- Support Python 3.x. [Leo Singer]

- Conditionally import xml.parsers.expat.ExpatError. [Leo Singer]

Restores compatibility with Python 2.6, which does not have
xml.etree.cElementTree.ParseError.

- Add unit test for connection closed by server. [Leo Singer]

- Recover from connection closed by peer while reading. [Leo Singer]

- Add nose-based unit tests. Build now uses setuptools. [Leo Singer]

- Fix typos. [Leo Singer]

0.1.2 (2014-02-27)
------------------

Expand Down
2 changes: 1 addition & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -34,7 +34,7 @@

setup(
name='pygcn',
version='0.1.2',
version='0.1.3',
author='Leo Singer',
author_email='[email protected]',
description=gcn.__doc__.splitlines()[1],
Expand Down

0 comments on commit d8c7c1b

Please sign in to comment.