Skip to content

Commit bdb9836

Browse files
committed
chore: release v4.1.1
1 parent 8f71fea commit bdb9836

File tree

2 files changed

+4
-3
lines changed

2 files changed

+4
-3
lines changed

Diff for: README.rst

+3-2
Original file line numberDiff line numberDiff line change
@@ -100,9 +100,9 @@ Installation
100100
Changelog
101101
------------
102102

103-
* `master`
103+
* 4.1.1 (2020-11-28)
104104

105-
* Don't import `rest_framework` from package root (#67)
105+
* Don't import `rest_framework` from package root (`#67`__)
106106

107107
* 4.1 (2020-11-28)
108108

@@ -197,6 +197,7 @@ __ http://pypi.python.org/pypi/pytz/
197197
__ http://pypi.python.org/pypi/django-timezone-field/
198198
__ http://www.pip-installer.org/
199199
__ https://docs.djangoproject.com/en/dev/ref/settings/#installed-apps
200+
__ https://github.com/mfogel/django-timezone-field/issues/67
200201
__ https://github.com/mfogel/django-timezone-field/issues/46
201202
__ https://github.com/mfogel/django-timezone-field/issues/32
202203
__ https://github.com/mfogel/django-timezone-field/issues/37

Diff for: timezone_field/__init__.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
from timezone_field.fields import TimeZoneField
22
from timezone_field.forms import TimeZoneFormField
33

4-
__version__ = '4.1'
4+
__version__ = '4.1.1'
55
__all__ = ['TimeZoneField', 'TimeZoneFormField']

0 commit comments

Comments
 (0)