Skip to content

Commit

Permalink
Bump version number to 2.0rc
Browse files Browse the repository at this point in the history
  • Loading branch information
mfogel committed Jan 31, 2016
1 parent 6354f1f commit 2507b59
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 2 deletions.
4 changes: 3 additions & 1 deletion README.rst
Original file line number Diff line number Diff line change
Expand Up @@ -83,9 +83,11 @@ Installation
Changelog
------------

* ??? (2016-??-??)
* 2.0rc1 (2016-01-31)

* Drop support for django 1.7, add support for django 1.9
* Drop support for python 3.2, 3.3, add support for python 3.5
* Remove tests from source distribution

* 1.3 (2015-10-12)

Expand Down
2 changes: 1 addition & 1 deletion timezone_field/__init__.py
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
from timezone_field.fields import TimeZoneField
from timezone_field.forms import TimeZoneFormField

__version__ = '1.3'
__version__ = '2.0rc1'
__all__ = ['TimeZoneField', 'TimeZoneFormField']

0 comments on commit 2507b59

Please sign in to comment.