8000 Release 2.0.1 · 5monkeys/django-enumfield@99e5b90 · GitHub
[go: up one dir, main page]

Skip to content

Commit 99e5b90

Browse files
committed
Release 2.0.1
1 parent ca5f334 commit 99e5b90

File tree

2 files changed

+5
-1
lines changed

2 files changed

+5
-1
lines changed

CHANGELOG.md

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,10 @@
11
# Changelog
22

33

4+
## [2.0.1]
5+
6+
- Fixed get_FIELD_display to handle `None`. (Pull #59)
7+
48
## [2.0.0]
59

610
**Many breaking changes this release.**

django_enumfield/__init__.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
VERSION = (2, 0, 0, "final", 0)
1+
VERSION = (2, 0, 1, "final", 0)
22

33

44
def get_version(version=None):

0 commit comments

Comments
 (0)
0