Skip to content

Commit

Permalink
Bump version number to 1.3
Browse files Browse the repository at this point in the history
  • Loading branch information
mfogel committed Oct 13, 2015
1 parent ba48155 commit 80ab1ec
Show file tree
Hide file tree
Showing 3 changed files with 2 additions and 3 deletions.
2 changes: 1 addition & 1 deletion README.rst
Expand Up @@ -80,7 +80,7 @@ Installation
Changelog
------------

* 1.3
* 1.3 (2015-10-12)

* Drop support for django 1.6, add support for django 1.8
* Various `bug fixes`__
Expand Down
1 change: 0 additions & 1 deletion setup.py
Expand Up @@ -45,7 +45,6 @@ def find_version(*file_paths):
'Operating System :: OS Independent',
'Programming Language :: Python',
'Programming Language :: Python :: 2',
'Programming Language :: Python :: 2.6',
'Programming Language :: Python :: 2.7',
'Programming Language :: Python :: 3',
'Programming Language :: Python :: 3.2',
Expand Down
2 changes: 1 addition & 1 deletion timezone_field/__init__.py
@@ -1,4 +1,4 @@
__version__ = '1.2'
__version__ = '1.3'
__all__ = ['TimeZoneField', 'TimeZoneFormField']

from timezone_field.fields import TimeZoneField
Expand Down

0 comments on commit 80ab1ec

Please sign in to comment.