Skip to content

Commit

Permalink
Bumped version
Browse files Browse the repository at this point in the history
  • Loading branch information
bradjasper committed Jul 10, 2014
1 parent f658af4 commit 417e304
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 2 deletions.
4 changes: 3 additions & 1 deletion README.rst
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ django-jsonfield is a reusable Django field that allows you to store validated J

It silently takes care of serialization. To use, simply add the field to one of your models.

**New: Python 3 support added!**
**New: Python 3 & Django 1.7 supported!**

Install
-------
Expand Down Expand Up @@ -86,6 +86,8 @@ Email: `contact@bradjasper.com`_
Changes
-------

v0.9.22, 7/10/2014 -- Added Django 1.7 support

v0.9.21, 5/26/2014 -- Added better support for Python 3 and tests for regex lookups

v0.9.20, 11/14/2013 -- Fixed load_kwargs on form fields, added Django 1.6 to automated tests
Expand Down
2 changes: 1 addition & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@ def run(self):


setup(name='jsonfield',
version='0.9.21',
version='0.9.22',
packages=['jsonfield'],
license='MIT',
author='Brad Jasper',
Expand Down

0 comments on commit 417e304

Please sign in to comment.