Skip to content

Commit 3d94a89

Browse files
authored
Peripheral: Prepare release (#82)
1 parent 3c4ea92 commit 3d94a89

File tree

2 files changed

+4
-1
lines changed

2 files changed

+4
-1
lines changed

CHANGELOG.md

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,6 @@
1+
## [0.12.4] - 2021-04-06
2+
- Added: Django 3.2 support
3+
14
## [0.12.3] - 2021-04-04
25
- Fixed: Fixed bug catching malformed lat/lon in `GeoPt` field
36
- Fixed: Removed redundant `STATIC_URL` in `GoogleMapsAddressWidget`

setup.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -30,7 +30,7 @@
3030

3131
setup(
3232
name="django-google-maps",
33-
version='0.12.3',
33+
version='0.12.4',
3434
author="Aaron Madison",
3535
author_email="aaron.l.madison@gmail.com",
3636
description="Plugs google maps V3 api into Django admin.",

0 commit comments

Comments
 (0)