Skip to content

Commit

Permalink
Preparing release 1.5.5
Browse files Browse the repository at this point in the history
  • Loading branch information
gotcha committed Nov 29, 2012
1 parent d8f3307 commit 39f273e
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion CHANGES.rst
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
Changelog
=========

1.5.5 (unreleased)
1.5.5 (2012-11-29)
------------------

- Added adapter for data wrapped in xmlrpclib.Binary
Expand Down
2 changes: 1 addition & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
def read(*rnames):
return open(os.path.join(os.path.dirname(__file__), *rnames)).read()

version = '1.5.5.dev0'
version = '1.5.5'

long_description = (
read('README.rst')
Expand Down

0 comments on commit 39f273e

Please sign in to comment.