Skip to content

Commit 2d5ea49

Browse files
committed
chore: 0.7.0 release date.
1 parent e40c319 commit 2d5ea49

File tree

2 files changed

+3
-2
lines changed

2 files changed

+3
-2
lines changed

HISTORY.rst

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -2,8 +2,8 @@
22
History
33
-------
44

5-
0.7.0 (not released)
6-
--------------------
5+
0.7.0 (2020-08-02)
6+
------------------
77

88
* Add support Django 3.0 (tks @klette).
99
* Drop support for Python 3.4.

README.rst

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -37,6 +37,7 @@ Features
3737
* An ``ChoicesEnum`` that can be used to create constant groups.
3838
* ``ChoicesEnum`` can define labels to be used in `choices` fields.
3939
* Django fields included: ``EnumCharField`` and ``EnumIntegerField``.
40+
* All ``ChoicesEnum`` types can be compared against their primitive values directly.
4041
* Support (tested) for Python 2.7, 3.5, 3.6, 3.7 and 3.8.
4142
* Support (tested) for Django 1.9, 1.10, 1.11, 2.0, 2.1, 2.2 and 3.0.
4243

0 commit comments

Comments
 (0)