File tree 2 files changed +4
-3
lines changed
2 files changed +4
-3
lines changed Original file line number Diff line number Diff line change @@ -100,9 +100,9 @@ Installation
100
100
Changelog
101
101
------------
102
102
103
- * ` master `
103
+ * 4.1.1 (2020-11-28)
104
104
105
- * Don't import `rest_framework ` from package root (#67)
105
+ * Don't import `rest_framework ` from package root (` #67 `__ )
106
106
107
107
* 4.1 (2020-11-28)
108
108
@@ -197,6 +197,7 @@ __ http://pypi.python.org/pypi/pytz/
197
197
__ http://pypi.python.org/pypi/django-timezone-field/
198
198
__ http://www.pip-installer.org/
199
199
__ https://docs.djangoproject.com/en/dev/ref/settings/#installed-apps
200
+ __ https://github.com/mfogel/django-timezone-field/issues/67
200
201
__ https://github.com/mfogel/django-timezone-field/issues/46
201
202
__ https://github.com/mfogel/django-timezone-field/issues/32
202
203
__ https://github.com/mfogel/django-timezone-field/issues/37
Original file line number Diff line number Diff line change 1
1
from timezone_field .fields import TimeZoneField
2
2
from timezone_field .forms import TimeZoneFormField
3
3
4
- __version__ = '4.1'
4
+ __version__ = '4.1.1 '
5
5
__all__ = ['TimeZoneField' , 'TimeZoneFormField' ]
You can’t perform that action at this time.
0 commit comments