Skip to content

Commit

Permalink
Merge tag '1.7.0' into develop
Browse files Browse the repository at this point in the history
Feature release

* Added ``DjangoChoices.get_order_expression`` class method
* Added support for Python 3.7 and Django 2.2
* Dropped support for Django 1.8, Django 1.9 and Django 1.10
  • Loading branch information
sergei-maertens committed May 2, 2019
2 parents 2f066f1 + bb27451 commit f36e4fc
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 1 deletion.
7 changes: 7 additions & 0 deletions Changelog.rst
Expand Up @@ -2,6 +2,13 @@
Changelog
=========

1.7.0 (2019-05-02)
------------------

* Added ``DjangoChoices.get_order_expression`` class method
* Added support for Python 3.7 and Django 2.2
* Dropped support for Django 1.8, Django 1.9 and Django 1.10

1.6.2 (2019-01-24)
------------------

Expand Down
2 changes: 1 addition & 1 deletion setup.py
Expand Up @@ -7,7 +7,7 @@

setup(
name="django-choices",
version='1.6.2',
version='1.7.0',
license="MIT",
description="Sanity for the django choices functionality.",
long_description=readme,
Expand Down

0 comments on commit f36e4fc

Please sign in to comment.