Skip to content

Commit

Permalink
Peripheral: Prepare release (#82)
Browse files Browse the repository at this point in the history
  • Loading branch information
madisona authored Apr 6, 2021
1 parent 3c4ea92 commit 3d94a89
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 1 deletion.
3 changes: 3 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,6 @@
## [0.12.4] - 2021-04-06
- Added: Django 3.2 support

## [0.12.3] - 2021-04-04
- Fixed: Fixed bug catching malformed lat/lon in `GeoPt` field
- Fixed: Removed redundant `STATIC_URL` in `GoogleMapsAddressWidget`
Expand Down
2 changes: 1 addition & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,7 @@

setup(
name="django-google-maps",
version='0.12.3',
version='0.12.4',
author="Aaron Madison",
author_email="aaron.l.madison@gmail.com",
description="Plugs google maps V3 api into Django admin.",
Expand Down

0 comments on commit 3d94a89

Please sign in to comment.