File tree Expand file tree Collapse file tree 2 files changed +6
-1
lines changed
Expand file tree Collapse file tree 2 files changed +6
-1
lines changed Original file line number Diff line number Diff 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
Original file line number Diff line number Diff line change 1111
1212setup (
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" ,
You can’t perform that action at this time.
0 commit comments