Bumped version and updated changelog

This commit is contained in:
Rune F. Halvorsen
2009-07-21 14:53:07 +02:00
parent f448f1717a
commit eff9dd6c66
2 changed files with 6 additions and 1 deletions
+5
View File
@@ -17,3 +17,8 @@
a string
* Rewrote module loading code, so it's now easier to add and rearrange
JSON modules
0.2.1
* Fixed bug that rendered the lib uninstalleable with easy_install if there
was no supported json module allready installed
+1 -1
View File
@@ -2,7 +2,7 @@
Wraps the best available JSON implementation available in a common interface
"""
__version__ = "0.2.0"
__version__ = "0.2.1"
__author__ = "Rune Halvorsen <runefh@gmail.com>"
__homepage__ = "http://bitbucket.org/runeh/anyjson/"
__docformat__ = "restructuredtext"