Skip to content

Commit

Permalink
Merge pull request #184 from bradjasper/prep-version-2.0.1
Browse files Browse the repository at this point in the history
Prep version 2.0.1
  • Loading branch information
dmkoch committed Mar 8, 2017
2 parents 19cdf7a + 8a65aca commit 520be90
Show file tree
Hide file tree
Showing 4 changed files with 9 additions and 2 deletions.
5 changes: 5 additions & 0 deletions CHANGES.rst
Original file line number Diff line number Diff line change
@@ -1,6 +1,11 @@
Changes
-------

v2.0.1, 3/8/2017
^^^^^^^^^^^^^^^^
- Support upcoming Django 1.11 in test suite
- Renamed method `get_db_prep_value` to `get_prep_value`

v2.0.0, 3/4/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
Expand Down
1 change: 1 addition & 0 deletions MANIFEST.in
Original file line number Diff line number Diff line change
@@ -1,2 +1,3 @@
include CHANGES.rst
include LICENSE
include README.rst
2 changes: 1 addition & 1 deletion README.rst
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,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.

Python 3 & Django 1.8 through 1.10 supported!
Python 3 & Django 1.8 through 1.11 supported!

**Use PostgreSQL?** 1.0.0 introduced a breaking change to the underlying data type, so if you were using < 1.0.0 please read https://github.com/bradjasper/django-jsonfield/issues/57 before upgrading.

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

setup(
name='jsonfield',
version='2.0.0',
version='2.0.1',
packages=['jsonfield'],
license='MIT',
include_package_data=True,
author='Brad Jasper',
author_email='[email protected]',
url='https://github.com/bradjasper/django-jsonfield/',
Expand Down

0 comments on commit 520be90

Please sign in to comment.