Skip to content

Commit

Permalink
Merge pull request #28 from ambitioninc/develop
Browse files Browse the repository at this point in the history
3.1.1
  • Loading branch information
somewes authored Apr 3, 2018
2 parents 294e70f + 4976e7c commit bb08674
Show file tree
Hide file tree
Showing 3 changed files with 6 additions and 3 deletions.
4 changes: 4 additions & 0 deletions docs/release_notes.rst
Original file line number Diff line number Diff line change
@@ -1,6 +1,10 @@
Release Notes
=============

v3.1.1
------
* Remove 1.10 from setup file

v3.1.0
------
* json field encoder (drop support for django 1.10)
Expand Down
2 changes: 1 addition & 1 deletion issue/version.py
Original file line number Diff line number Diff line change
@@ -1 +1 @@
__version__ = '3.1.0'
__version__ = '3.1.1'
3 changes: 1 addition & 2 deletions setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -38,13 +38,12 @@ def get_version():
'License :: OSI Approved :: MIT License',
'Operating System :: OS Independent',
'Framework :: Django',
'Framework :: Django :: 1.10',
'Framework :: Django :: 1.11',
'Framework :: Django :: 2.0',
],
license='MIT',
install_requires=[
'Django>=1.10',
'Django>=1.11',
'django-manager-utils>=1.1.1',
'django-regex-field>=1.1.0',
'enum34>=1.0',
Expand Down

0 comments on commit bb08674

Please sign in to comment.