Skip to content

Commit 1b5194b

Browse files
author
Michael Barr
committed
Preparation for v0.2 release.
1 parent 05a17cd commit 1b5194b

File tree

2 files changed

+4
-3
lines changed

2 files changed

+4
-3
lines changed

README.rst

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@ Django Timezone Utils: Time Zone Utilities For Models
88
.. image:: https://landscape.io/github/michaeljohnbarr/django-timezone-utils/master/landscape.png
99
:target: https://landscape.io/github/michaeljohnbarr/django-timezone-utils
1010
:alt: Code Health
11-
11+
1212
.. image:: https://coveralls.io/repos/michaeljohnbarr/django-timezone-utils/badge.svg
1313
:target: https://coveralls.io/r/michaeljohnbarr/django-timezone-utils
1414
:alt: Coverage Status
@@ -217,7 +217,8 @@ Contributors
217217
Changelog
218218
---------
219219

220-
220+
- 0.2 Multiple bug fixes based on testing.
221+
- 0.1 Initial release.
221222

222223
License
223224
=======

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, 1)
1+
__version__ = (0, 2)
22
VERSION = '.'.join(map(str, __version__))

0 commit comments

Comments
 (0)