Skip to content

Commit

Permalink
Release version 4.0
Browse files Browse the repository at this point in the history
  • Loading branch information
mfogel committed Dec 3, 2019
1 parent 742bc8d commit 915a51a
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 1 deletion.
5 changes: 5 additions & 0 deletions README.rst
Expand Up @@ -84,6 +84,11 @@ Installation
Changelog
------------

* 4.0 (2019-12-03)

* Add support for django 3.0, python 3.8
* Drop support for django 1.11, 2.0, 2.1, python 2.7, 3.4

* 3.1 (2019-10-02)

* Officially support django 2.2 (already worked)
Expand Down
2 changes: 1 addition & 1 deletion timezone_field/__init__.py
@@ -1,5 +1,5 @@
from timezone_field.fields import TimeZoneField
from timezone_field.forms import TimeZoneFormField

__version__ = '3.1'
__version__ = '4.0'
__all__ = ['TimeZoneField', 'TimeZoneFormField']

1 comment on commit 915a51a

@jyr
Copy link

@jyr jyr commented on 915a51a Dec 3, 2019

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Thank you Mike,

@mfogel

Please sign in to comment.