Skip to content

Commit 27c312d

Browse files
committed
update relase notes with 0.3.3 version changes
1 parent 887d816 commit 27c312d

File tree

2 files changed

+7
-1
lines changed

2 files changed

+7
-1
lines changed

README.md

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -94,6 +94,12 @@ This widget is working with <a href="http://dimsemenov.com/plugins/magnific-popu
9494

9595
### Release Notes
9696

97+
#### v0.3.3
98+
99+
> - Replaced [ugettext_lazy](https://github.com/erdem/django-map-widgets/pull/127) usages with [gettext_lazy](https://docs.djangoproject.com/en/4.0/releases/4.0/#features-removed-in-4-0) for Django 4.0. (#127)
100+
> - Updated [Travis CI file](https://github.com/erdem/django-map-widgets/pull/129). (#129)
101+
102+
97103
#### v0.3.2
98104

99105
> - Added [streetViewControl](https://developers.google.com/maps/documentation/javascript/streetview#StreetViewMapUsage) switch to GooglePointFieldWidget settings. (#124)

setup.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
from setuptools import setup, find_packages
22

3-
VERSION = (0, 3, 2)
3+
VERSION = (0, 3, 3)
44
__version__ = '.'.join(map(str, VERSION))
55

66
setup(

0 commit comments

Comments
 (0)