Skip to content

Commit

Permalink
Merge pull request #196 from dmkoch/prep-version-2.0.2
Browse files Browse the repository at this point in the history
Prep version 2.0.2
  • Loading branch information
dmkoch committed Jun 18, 2017
2 parents 0ed1bd7 + 8c15972 commit 4aa0f10
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 4 deletions.
3 changes: 3 additions & 0 deletions CHANGES.rst
Original file line number Diff line number Diff line change
@@ -1,5 +1,8 @@
Changes
-------
v2.0.2, 5/18/2017
^^^^^^^^^^^^^^^^^
- Fixed issue with GenericForeignKey field

v2.0.1, 3/8/2017
^^^^^^^^^^^^^^^^
Expand Down
8 changes: 4 additions & 4 deletions setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -27,13 +27,13 @@ def run(self):

setup(
name='jsonfield',
version='2.0.1',
version='2.0.2',
packages=['jsonfield'],
license='MIT',
include_package_data=True,
author='Brad Jasper',
author_email='bjasper@gmail.com',
url='https://github.com/bradjasper/django-jsonfield/',
author='Dan Koch',
author_email='dmkoch@gmail.com',
url='https://github.com/dmkoch/django-jsonfield/',
description='A reusable Django field that allows you to store validated JSON in your model.',
long_description=open("README.rst").read(),
install_requires=['Django >= 1.8.0'],
Expand Down

0 comments on commit 4aa0f10

Please sign in to comment.