Prepare 0.5.3

This commit is contained in:
Dmitriy Sokolov 2019-12-16 11:02:16 +03:00
parent 885d3e6b43
commit e3e0066d73
No known key found for this signature in database
GPG Key ID: 03FE88EBBCB36640
2 changed files with 8 additions and 2 deletions

View File

@ -1,5 +1,10 @@
## [Unreleased]
## [0.5.3] - 2019-12-16
### Added
- Added Brazilian portuguese translation (thx @sandrofolk)
- Use proper Template comment tag #39 (thx @nitinnain)
## [0.5.2] - 2019-12-04
### Added
- Compatibility Django 3.0
@ -75,7 +80,8 @@
- Add get_timezone
- Drop support Django < 1.8
[Unreleased]: https://github.com/silentsokolov/django-admin-rangefilter/compare/v0.5.2...HEAD
[Unreleased]: https://github.com/silentsokolov/django-admin-rangefilter/compare/v0.5.3...HEAD
[0.5.3]: https://github.com/silentsokolov/django-admin-rangefilter/compare/v0.5.2...v0.5.3
[0.5.2]: https://github.com/silentsokolov/django-admin-rangefilter/compare/v0.5.1...v0.5.2
[0.5.1]: https://github.com/silentsokolov/django-admin-rangefilter/compare/v0.5.0...v0.5.1
[0.5.0]: https://github.com/silentsokolov/django-admin-rangefilter/compare/v0.4.0...v0.5.0

View File

@ -4,7 +4,7 @@ from __future__ import unicode_literals
__author__ = 'Dmitriy Sokolov'
__version__ = '0.5.2'
__version__ = '0.5.3'
default_app_config = 'rangefilter.apps.RangeFilterConfig'