Skip to content

Commit

Permalink
Prepare 0.3.8 release
Browse files Browse the repository at this point in the history
  • Loading branch information
voneiden committed Feb 13, 2023
1 parent f349d3e commit c5a1c1d
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 2 deletions.
8 changes: 7 additions & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,11 @@ 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.8] - 2023-02-13
### Fixed
- Use gettext_lazy instead of gettext in models

## [0.3.7] - 2023-01-25
### Added
- Support for Django 3.x.

Expand All @@ -27,4 +31,6 @@ saying that a timezone-naive date was passed to a `DateTimeField`.
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
[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.7',
version='0.3.8',
packages=['munigeo'],
include_package_data=True,
license='BSD License',
Expand Down

0 comments on commit c5a1c1d

Please sign in to comment.