Skip to content

Commit

Permalink
Prepare for 2.0.0 release
Browse files Browse the repository at this point in the history
  • Loading branch information
dmkoch committed Mar 2, 2017
1 parent 66f5757 commit bd17cf7
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 4 deletions.
4 changes: 1 addition & 3 deletions README.rst
Original file line number Diff line number Diff line change
Expand Up @@ -107,9 +107,7 @@ Email: `contact@bradjasper.com`_
Changes
-------

v2.0.1, 3/2/2017 -- Fixed to_python to allow for empty string

v2.0.0, 2/28/2017 -- Remove support for Django versions older than 1.8
v2.0.0, 3/2/2017 -- Added Django 1.9 and 1.10 support, removed support for Django versions older than 1.8, fixed to_python to allow for empty string

v1.0.3, 2/23/2015 -- Added fix to setup.py to allow PIP install

Expand Down
2 changes: 1 addition & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@ def run(self):

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

0 comments on commit bd17cf7

Please sign in to comment.