From dc79d65000ba1727134ccde954f23f43806524da Mon Sep 17 00:00:00 2001 From: Rune Halvorsen Date: Thu, 21 Jun 2012 16:21:41 +0200 Subject: Updated changelog and bumped version --- CHANGELOG | 7 ++++++- anyjson/__init__.py | 2 +- 2 files changed, 7 insertions(+), 2 deletions(-) diff --git a/CHANGELOG b/CHANGELOG index 7e75c64..3c814fd 100644 --- a/CHANGELOG +++ b/CHANGELOG @@ -54,4 +54,9 @@ 0.3.1 * Added deprecation warning for cjson and made it the least preferred - implementation. See: http://pypi.python.org/pypi/python-cjson/1.0.5 \ No newline at end of file + implementation. See: http://pypi.python.org/pypi/python-cjson/1.0.5 + +0.3.2 + + * Added support for buffer objects + \ No newline at end of file diff --git a/anyjson/__init__.py b/anyjson/__init__.py index f254a42..2238a4c 100644 --- a/anyjson/__init__.py +++ b/anyjson/__init__.py @@ -3,7 +3,7 @@ interface""" import sys -VERSION = (0, 3, 1) +VERSION = (0, 3, 2) __version__ = ".".join(map(str, VERSION[0:3])) + "".join(VERSION[3:]) __author__ = "Rune Halvorsen" __contact__ = "runefh@gmail.com" -- cgit v1.2.1