Bumped version number, updated changelog

This commit is contained in:
Rune Halvorsen
2010-01-28 12:02:38 +01:00
parent 3e81f35d7a
commit 2b4adc1291
3 changed files with 8 additions and 3 deletions
+6 -1
View File
@@ -27,4 +27,9 @@
* Fixed bug #2. Installation failed if there were noe compatible json
implementations installed, because the module was loaeded, and threw import
exception during the install process.
exception during the install process.
0.2.3
* Fixed bug #3
* Fixed bug in benchmarking script
+1 -1
View File
@@ -3,7 +3,7 @@ interface"""
import sys
__version__ = "0.2.2"
__version__ = "0.2.3"
__author__ = "Rune Halvorsen <runefh@gmail.com>"
__homepage__ = "http://bitbucket.org/runeh/anyjson/"
__docformat__ = "restructuredtext"
+1 -1
View File
@@ -2,7 +2,7 @@ from setuptools import setup, find_packages
author = "Rune Halvorsen"
email = "runefh@gmail.com"
version = "0.2.2"
version = "0.2.3"
desc = """Wraps the best available JSON implementation available in a common
interface"""