Skip to content

Commit

Permalink
Bump version to 0.1.2
Browse files Browse the repository at this point in the history
  • Loading branch information
lpsinger committed Feb 28, 2014
1 parent 96250d6 commit 83931b2
Show file tree
Hide file tree
Showing 3 changed files with 32 additions and 1 deletion.
30 changes: 30 additions & 0 deletions ChangeLog
Original file line number Diff line number Diff line change
@@ -0,0 +1,30 @@
Changelog
=========

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

- Print error and recover if VOEvent message has no ivorn. [Leo Singer]

- Recover from malformed XML packets. [Leo Singer]

If a malformed XML packet is received, log its base64-encoded content
for debugging purposes and then reconnect.

- Add rudimentary server. [Leo Singer]

- Fix spelling error. [Leo Singer]

0.1.1 (2014-02-12)
------------------

- Fix Python 2.6 compatibility. [Leo Singer]

- Prefer lxml.etree over xml.etree. [Leo Singer]

It's faster.

0.1 (2014-02-07)
----------------

- First release. [Leo Singer]
1 change: 1 addition & 0 deletions MANIFEST.in
Original file line number Diff line number Diff line change
@@ -1,2 +1,3 @@
include COPYING
include ChangeLog
include README.md
2 changes: 1 addition & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@

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

0 comments on commit 83931b2

Please sign in to comment.