Skip to content

Commit

Permalink
Prepare release 0.3.9
Browse files Browse the repository at this point in the history
  • Loading branch information
voneiden committed Aug 22, 2023
1 parent 47fd864 commit f7bf54a
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 2 deletions.
7 changes: 6 additions & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,10 @@ 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).

## [0.3.9] - 2023-08-22
### Fixed
- Fix municipality url

## [0.3.8] - 2023-02-13
### Fixed
- Use gettext_lazy instead of gettext in models
Expand All @@ -30,7 +34,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.6...HEAD
[unreleased]: https://github.com/olivierlacan/keep-a-changelog/compare/v0.3.9...HEAD
[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
[0.3.6]: https://github.com/City-of-Helsinki/django-munigeo/compare/v0.3.5...v0.3.6
2 changes: 1 addition & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@

setup(
name='django-munigeo',
version='0.3.8',
version='0.3.9',
packages=['munigeo'],
include_package_data=True,
license='BSD License',
Expand Down

0 comments on commit f7bf54a

Please sign in to comment.