We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 49d22e7 commit 00675c8Copy full SHA for 00675c8
CHANGELOG.md
@@ -1,3 +1,7 @@
1
+## [0.13.0] - 2022-03-22
2
+ - Added: Django 4.0 support
3
+ - Added: Python 3.10 support
4
+
5
## [0.12.4] - 2021-04-06
6
- Added: Django 3.2 support
7
setup.py
@@ -26,7 +26,7 @@
26
27
setup(
28
name="django-google-maps",
29
- version='0.12.4',
+ version='0.13.0',
30
author="Aaron Madison",
31
author_email="aaron.l.madison@gmail.com",
32
description="Plugs google maps V3 api into Django admin.",
0 commit comments