Skip to content

Commit b87908e

Browse files
PyPi Release Fix - 0.13
1 parent 546aada commit b87908e

File tree

2 files changed

+2
-1
lines changed

2 files changed

+2
-1
lines changed

README.rst

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -109,6 +109,7 @@ Contributors
109109

110110
Changelog
111111
---------
112+
- 0.13 Fixed error for Python 3 on PyPi.
112113
- 0.12 Add support for Django 2.1. Support Python 3.7. Drop support for Django 1.8.
113114
- 0.11 Removed reference to django.db.models.fields.subclassing.SubfieldBase, which means that only Django 1.8+ is now supported. Removed support for Python versions < 2.6. The Django 1.6 series was the last to support Python 2.6. Added testing support for Django 1.10. Changed development status from Beta to Production/Stable.
114115
- 0.10 Added testing support for Python 3.5 and Django 1.9.

timezone_utils/__init__.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,2 +1,2 @@
1-
__version__ = (0, 12)
1+
__version__ = (0, 13)
22
VERSION = '.'.join(map(str, __version__))

0 commit comments

Comments
 (0)