From af32c9b551532abf5578c488b7b5a326addfa118 Mon Sep 17 00:00:00 2001 From: Daniel Prange Date: Mon, 4 Dec 2023 09:36:02 +0200 Subject: [PATCH] release: v0.3.9 --- CHANGELOG.md | 5 +++-- setup.py | 2 +- 2 files changed, 4 insertions(+), 3 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 748c456..68c4daf 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -5,7 +5,7 @@ All notable changes to this project will be documented in this file. The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/), and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html). -## [unreleased] +## [0.3.10] ### Fixed - Fix Helsinki importer urls @@ -38,7 +38,8 @@ saying that a timezone-naive date was passed to a `DateTimeField`. - helsinki importer: Raised the tolerance for divisions extending past their parents (from 1e-6 to 300 m^2). Helsinki data could not be imported previously. -[unreleased]: https://github.com/olivierlacan/keep-a-changelog/compare/v0.3.9...HEAD +[unreleased]: https://github.com/City-of-Helsinki/django-munigeo/compare/v0.3.10...HEAD +[0.3.10]: https://github.com/City-of-Helsinki/django-munigeo/compare/v0.3.9...v0.3.10 [0.3.9]: https://github.com/City-of-Helsinki/django-munigeo/compare/v0.3.8...v0.3.9 [0.3.8]: https://github.com/City-of-Helsinki/django-munigeo/compare/v0.3.7...v0.3.8 [0.3.7]: https://github.com/City-of-Helsinki/django-munigeo/compare/v0.3.6...v0.3.7 diff --git a/setup.py b/setup.py index fbdd2a3..9181a85 100644 --- a/setup.py +++ b/setup.py @@ -10,7 +10,7 @@ setup( name='django-munigeo', - version='0.3.9', + version='0.3.10', packages=['munigeo'], include_package_data=True, license='BSD License',