Skip to content

Commit

Permalink
update relase notes with 0.3.3 version changes
Browse files Browse the repository at this point in the history
  • Loading branch information
erdem committed Jan 26, 2022
1 parent 887d816 commit 27c312d
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 1 deletion.
6 changes: 6 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -94,6 +94,12 @@ This widget is working with <a href="http://dimsemenov.com/plugins/magnific-popu

### Release Notes

#### v0.3.3

> - 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)
> - Updated [Travis CI file](https://github.com/erdem/django-map-widgets/pull/129). (#129)

#### v0.3.2

> - Added [streetViewControl](https://developers.google.com/maps/documentation/javascript/streetview#StreetViewMapUsage) switch to GooglePointFieldWidget settings. (#124)
Expand Down
2 changes: 1 addition & 1 deletion setup.py
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
from setuptools import setup, find_packages

VERSION = (0, 3, 2)
VERSION = (0, 3, 3)
__version__ = '.'.join(map(str, VERSION))

setup(
Expand Down

0 comments on commit 27c312d

Please sign in to comment.