We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 3c4ea92 commit 3d94a89Copy full SHA for 3d94a89
CHANGELOG.md
@@ -1,3 +1,6 @@
1
+## [0.12.4] - 2021-04-06
2
+ - Added: Django 3.2 support
3
+
4
## [0.12.3] - 2021-04-04
5
- Fixed: Fixed bug catching malformed lat/lon in `GeoPt` field
6
- Fixed: Removed redundant `STATIC_URL` in `GoogleMapsAddressWidget`
setup.py
@@ -30,7 +30,7 @@
30
31
setup(
32
name="django-google-maps",
33
- version='0.12.3',
+ version='0.12.4',
34
author="Aaron Madison",
35
author_email="aaron.l.madison@gmail.com",
36
description="Plugs google maps V3 api into Django admin.",
0 commit comments