Back to development 4.0.1

This commit is contained in:
Rémy HUBSCHER 2019-12-11 15:48:26 +01:00
parent 8af8cf269c
commit 35ba2bde31
No known key found for this signature in database
GPG key ID: 82B47F36036A312A
2 changed files with 5 additions and 1 deletions

View file

@ -1,6 +1,10 @@
CHANGES
=======
4.0.1 (unreleased)
------------------
- No changes yet
4.0.0 (2019-12-11)
------------------
- Remove hacks for previously supported Django versions. (Fixes GH-390)

View file

@ -1,4 +1,4 @@
from .choices import Choices # noqa:F401
from .tracker import FieldTracker, ModelTracker # noqa:F401
__version__ = '4.0.0'
__version__ = '4.0.1'