mirror of
https://github.com/kennethreitz-archive/anyjson.git
synced 2026-06-05 23:20:19 +00:00
Bumped version and updated changelog
This commit is contained in:
@@ -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
@@ -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"
|
||||
|
||||
Reference in New Issue
Block a user