mirror of
https://github.com/Hopiu/django-model-utils.git
synced 2026-03-16 20:00:23 +00:00
Back to development 4.0.1
This commit is contained in:
parent
8af8cf269c
commit
35ba2bde31
2 changed files with 5 additions and 1 deletions
|
|
@ -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)
|
||||
|
|
|
|||
|
|
@ -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'
|
||||
|
|
|
|||
Loading…
Reference in a new issue