File tree Expand file tree Collapse file tree 2 files changed +7
-1
lines changed Expand file tree Collapse file tree 2 files changed +7
-1
lines changed Original file line number Diff line number Diff 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 )
Original file line number Diff line number Diff line change 11from setuptools import setup , find_packages
22
3- VERSION = (0 , 3 , 2 )
3+ VERSION = (0 , 3 , 3 )
44__version__ = '.' .join (map (str , VERSION ))
55
66setup (
You can’t perform that action at this time.
0 commit comments