From eff9dd6c660a5708c860974e4073ed40abebde2f Mon Sep 17 00:00:00 2001 From: "Rune F. Halvorsen" Date: Tue, 21 Jul 2009 14:53:07 +0200 Subject: [PATCH] Bumped version and updated changelog --- CHANGELOG | 5 +++++ anyjson.py | 2 +- 2 files changed, 6 insertions(+), 1 deletion(-) 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"