File tree Expand file tree Collapse file tree 2 files changed +4
-3
lines changed Expand file tree Collapse file tree 2 files changed +4
-3
lines changed Original file line number Diff line number Diff line change @@ -8,7 +8,7 @@ Django Timezone Utils: Time Zone Utilities For Models
8
8
.. image :: https://landscape.io/github/michaeljohnbarr/django-timezone-utils/master/landscape.png
9
9
:target: https://landscape.io/github/michaeljohnbarr/django-timezone-utils
10
10
:alt: Code Health
11
-
11
+
12
12
.. image :: https://coveralls.io/repos/michaeljohnbarr/django-timezone-utils/badge.svg
13
13
:target: https://coveralls.io/r/michaeljohnbarr/django-timezone-utils
14
14
:alt: Coverage Status
@@ -217,7 +217,8 @@ Contributors
217
217
Changelog
218
218
---------
219
219
220
-
220
+ - 0.2 Multiple bug fixes based on testing.
221
+ - 0.1 Initial release.
221
222
222
223
License
223
224
=======
Original file line number Diff line number Diff line change 1
- __version__ = (0 , 1 )
1
+ __version__ = (0 , 2 )
2
2
VERSION = '.' .join (map (str , __version__ ))
You can’t perform that action at this time.
0 commit comments