Skip to content

Commit

Permalink
Prepare 0.3.2
Browse files Browse the repository at this point in the history
  • Loading branch information
silentsokolov committed Dec 5, 2019
1 parent d5fdb75 commit 3892faa
Show file tree
Hide file tree
Showing 2 changed files with 12 additions and 2 deletions.
12 changes: 11 additions & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -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
Expand Down Expand Up @@ -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
Expand Down
2 changes: 1 addition & 1 deletion treasuremap/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@


__author__ = 'Dmitriy Sokolov'
__version__ = '0.3.1'
__version__ = '0.3.2'


default_app_config = 'treasuremap.apps.TreasureMapConfig'
Expand Down

0 comments on commit 3892faa

Please sign in to comment.