File tree 2 files changed +7
-1
lines changed
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
94
94
95
95
### Release Notes
96
96
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
+
97
103
#### v0.3.2
98
104
99
105
> - 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 1
1
from setuptools import setup , find_packages
2
2
3
- VERSION = (0 , 3 , 2 )
3
+ VERSION = (0 , 3 , 3 )
4
4
__version__ = '.' .join (map (str , VERSION ))
5
5
6
6
setup (
You can’t perform that action at this time.
0 commit comments