diff --git a/CHANGELOG b/CHANGELOG index 3f7c4d6..d9eaa6e 100644 --- a/CHANGELOG +++ b/CHANGELOG @@ -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 \ No newline at end of file diff --git a/anyjson.py b/anyjson.py index 08770ae..7578c61 100644 --- a/anyjson.py +++ b/anyjson.py @@ -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 " __homepage__ = "http://bitbucket.org/runeh/anyjson/" __docformat__ = "restructuredtext"