Skip to content

Commit

Permalink
Prepare 0.3.4
Browse files Browse the repository at this point in the history
  • Loading branch information
silentsokolov committed Apr 12, 2021
1 parent 74c4d6f commit 8b4623f
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 2 deletions.
3 changes: 2 additions & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -48,7 +48,8 @@
- Required settings


[Unreleased]: https://github.com/silentsokolov/django-treasuremap/compare/v0.3.3...HEAD
[Unreleased]: https://github.com/silentsokolov/django-treasuremap/compare/v0.3.4...HEAD
[0.3.4]: https://github.com/silentsokolov/django-treasuremap/compare/v0.3.3...v0.3.4
[0.3.3]: https://github.com/silentsokolov/django-treasuremap/compare/v0.3.2...v0.3.3
[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
Expand Down
2 changes: 1 addition & 1 deletion treasuremap/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
import django

__author__ = 'Dmitriy Sokolov'
__version__ = '0.3.3'
__version__ = '0.3.4'


if django.VERSION < (3, 2):
Expand Down

0 comments on commit 8b4623f

Please sign in to comment.