Skip to content

Commit

Permalink
Bump version and release 3.0rc1
Browse files Browse the repository at this point in the history
  • Loading branch information
mfogel committed Apr 23, 2018
1 parent 1fcc5b7 commit 88442f8
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion README.rst
Expand Up @@ -83,7 +83,7 @@ Installation
Changelog
------------

* 3.0 (in developement, not yet released)
* 3.0rc1 (2018-04-23)

* Support django 1.11, 2.0
* Change default human-readable timezone names to exclude underscores
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__ = '2.1'
__version__ = '3.0rc1'
__all__ = ['TimeZoneField', 'TimeZoneFormField']

0 comments on commit 88442f8

Please sign in to comment.