Prepare 0.5.2

This commit is contained in:
Dmitriy Sokolov 2019-12-04 12:57:17 +03:00
parent 3fa173eb50
commit 40c17f13fc
No known key found for this signature in database
GPG Key ID: 03FE88EBBCB36640
2 changed files with 7 additions and 2 deletions

View File

@ -1,5 +1,9 @@
## [Unreleased]
## [0.5.2] - 2019-12-04
### Added
- Compatibility Django 3.0
## [0.5.1] - 2019-10-15
### Changed
- Fix inline CSS that overrided base a admin CSS (#36)
@ -71,7 +75,8 @@
- Add get_timezone
- Drop support Django < 1.8
[Unreleased]: https://github.com/silentsokolov/django-admin-rangefilter/compare/v0.5.1...HEAD
[Unreleased]: https://github.com/silentsokolov/django-admin-rangefilter/compare/v0.5.2...HEAD
[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
[0.4.0]: https://github.com/silentsokolov/django-admin-rangefilter/compare/v0.3.16...v0.4.0

View File

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