Skip to content

Commit 97bbb64

Browse files
committed
chore(main): release django-munigeo 0.3.12
1 parent 6480421 commit 97bbb64

File tree

2 files changed

+6
-1
lines changed

2 files changed

+6
-1
lines changed

CHANGELOG.md

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -7,6 +7,10 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
77

88
## [Unreleased]
99

10+
## [0.3.12] - 2025-02-27
11+
### Fixed
12+
- Fix broken import for Python versions >=3.10
13+
1014
## [0.3.11] - 2025-01-20
1115
### Fixed
1216
- helsinki importer: Make tolerance for divisions extending past their parents relative to parent
@@ -48,6 +52,7 @@ saying that a timezone-naive date was passed to a `DateTimeField`.
4852
parents (from 1e-6 to 300 m^2). Helsinki data could not be imported previously.
4953

5054
[unreleased]: https://github.com/City-of-Helsinki/django-munigeo/compare/v0.3.10...HEAD
55+
[0.3.12]: https://github.com/City-of-Helsinki/django-munigeo/compare/v0.3.11...v0.3.12
5156
[0.3.11]: https://github.com/City-of-Helsinki/django-munigeo/compare/v0.3.10...v0.3.11
5257
[0.3.10]: https://github.com/City-of-Helsinki/django-munigeo/compare/v0.3.9...v0.3.10
5358
[0.3.9]: https://github.com/City-of-Helsinki/django-munigeo/compare/v0.3.8...v0.3.9

setup.py

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

1212
setup(
1313
name="django-munigeo",
14-
version="0.3.11",
14+
version="0.3.12",
1515
packages=["munigeo"],
1616
include_package_data=True,
1717
license="BSD License",

0 commit comments

Comments
 (0)