Skip to content

Commit

Permalink
0.9.10
Browse files Browse the repository at this point in the history
  • Loading branch information
rnixx committed Nov 7, 2012
1 parent 6d322c4 commit 945b348
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions README.rst
Expand Up @@ -285,8 +285,8 @@ Contributors
Changes
=======

0.9.10dev
---------
0.9.10
------

- Fix ``node.utils.StrCodec.encode`` to return value as is if str and decoding
failed.
Expand Down
2 changes: 1 addition & 1 deletion setup.py
@@ -1,7 +1,7 @@
from setuptools import setup, find_packages
import os

version = '0.9.10dev'
version = '0.9.10'
shortdesc = "Building data structures as node trees"
longdesc = open(os.path.join(os.path.dirname(__file__), 'README.rst')).read()
longdesc += open(os.path.join(os.path.dirname(__file__), 'LICENSE.rst')).read()
Expand Down

0 comments on commit 945b348

Please sign in to comment.