Skip to content

Commit

Permalink
Peripheral: Prepare release (#79)
Browse files Browse the repository at this point in the history
  • Loading branch information
madisona authored Apr 4, 2021
1 parent 442571f commit e08c3f5
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 1 deletion.
6 changes: 6 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,9 @@
## [0.12.3] - 2021-04-04
- Fixed: Fixed bug catching malformed lat/lon in `GeoPt` field
- Fixed: Removed redundant `STATIC_URL` in `GoogleMapsAddressWidget`
- Changed: Updated css for map to be responsive in the admin
- Changed: Moved CI to Github Actions

## [0.12.2] - 2020-08-05
- Added: Django 3.1 support

Expand Down
3 changes: 2 additions & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -22,13 +22,14 @@
"Programming Language :: Python :: 3.6",
"Programming Language :: Python :: 3.7",
"Programming Language :: Python :: 3.8",
"Programming Language :: Python :: 3.9",
"Topic :: Software Development",
"Topic :: Software Development :: Libraries :: Application Frameworks",
]

setup(
name="django-google-maps",
version='0.12.2',
version='0.12.3',
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 e08c3f5

Please sign in to comment.