From 3892faacf92a1ed86f156174963f8a43b08201df Mon Sep 17 00:00:00 2001 From: Dmitriy Sokolov Date: Thu, 5 Dec 2019 12:02:52 +0300 Subject: [PATCH] Prepare 0.3.2 --- CHANGELOG.md | 12 +++++++++++- treasuremap/__init__.py | 2 +- 2 files changed, 12 insertions(+), 2 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 2d8d84d..3c9a194 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,13 @@ ## [Unreleased] +## [0.3.2] - 2019-12-05 +### Added +- Compatibility Django 3.0 + +## [0.3.1] - 2019-08-20 +### Fixed +- MANIFEST.in paths + ## [0.3.0] - 2019-08-20 ### Added - Compatibility Django 2.2 @@ -32,7 +40,9 @@ - Required settings -[Unreleased]: https://github.com/silentsokolov/django-treasuremap/compare/v0.3.0...HEAD +[Unreleased]: https://github.com/silentsokolov/django-treasuremap/compare/v0.3.2...HEAD +[0.3.2]: https://github.com/silentsokolov/django-treasuremap/compare/v0.3.1...v0.3.2 +[0.3.1]: https://github.com/silentsokolov/django-treasuremap/compare/v0.3.0...v0.3.1 [0.3.0]: https://github.com/silentsokolov/django-treasuremap/compare/v0.2.7...v0.3.0 [0.2.7]: https://github.com/silentsokolov/django-treasuremap/compare/v0.2.6...v0.2.7 [0.2.6]: https://github.com/silentsokolov/django-treasuremap/compare/v0.2.5...v0.2.6 diff --git a/treasuremap/__init__.py b/treasuremap/__init__.py index 81fe4a9..62b5d4a 100644 --- a/treasuremap/__init__.py +++ b/treasuremap/__init__.py @@ -4,7 +4,7 @@ __author__ = 'Dmitriy Sokolov' -__version__ = '0.3.1' +__version__ = '0.3.2' default_app_config = 'treasuremap.apps.TreasureMapConfig'