Skip to content

Commit 829d2d7

Browse files
madisonaAaron Madison
andauthored
Version: Update version - 0.14.0 (#101)
Co-authored-by: Aaron Madison <aaron.madison@imtapps.com>
1 parent 8ac0914 commit 829d2d7

File tree

2 files changed

+16
-3
lines changed

2 files changed

+16
-3
lines changed

CHANGELOG.md

Lines changed: 11 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,14 @@
1+
## [0.14.0] - 2025-09-21
2+
- Big thanks to @RobKuipers - most of the improvements in this release were his contributions
3+
- Fixed bug where `GeoLocationField` was always marked as "changed"
4+
- Allow comparing `GeoPoint` object with string lat,lng
5+
- Removed jQuery dependency, now straight javascript
6+
- Added: Django 5.2 support
7+
- Drop CI checks for Python 3.7 & 3.8
8+
- Improved styling in Django admin for newer versions
9+
- Updated to Google Maps AdvancedMarkerElement
10+
- Load Google Maps Async
11+
112
## [0.13.0] - 2022-03-22
213
- Added: Django 4.0 support
314
- Added: Python 3.10 support

setup.py

Lines changed: 5 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -12,21 +12,23 @@
1212
"Framework :: Django :: 2.2",
1313
"Framework :: Django :: 3.2",
1414
"Framework :: Django :: 4.0",
15+
"Framework :: Django :: 5.0",
1516
"Intended Audience :: Developers",
1617
"License :: OSI Approved :: BSD License",
1718
"Operating System :: OS Independent",
1819
"Programming Language :: Python",
19-
"Programming Language :: Python :: 3.7",
20-
"Programming Language :: Python :: 3.8",
2120
"Programming Language :: Python :: 3.9",
2221
"Programming Language :: Python :: 3.10",
22+
"Programming Language :: Python :: 3.11",
23+
"Programming Language :: Python :: 3.12",
24+
"Programming Language :: Python :: 3.13",
2325
"Topic :: Software Development",
2426
"Topic :: Software Development :: Libraries :: Application Frameworks",
2527
]
2628

2729
setup(
2830
name="django-google-maps",
29-
version='0.13.0',
31+
version='0.14.0',
3032
author="Aaron Madison",
3133
author_email="aaron.l.madison@gmail.com",
3234
description="Plugs google maps V3 api into Django admin.",

0 commit comments

Comments
 (0)