Skip to content

Commit

Permalink
Prepare 0.13.0
Browse files Browse the repository at this point in the history
  • Loading branch information
silentsokolov committed May 21, 2024
1 parent 2b1d106 commit 9907c36
Show file tree
Hide file tree
Showing 2 changed files with 9 additions and 3 deletions.
10 changes: 8 additions & 2 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,10 @@
## [Unreleased]

## [0.13.0] - 2024-05-21
### Added
- Compatibility Django 5
- Add support for collapsable filter (Django >= 4.1) (#120). Change the default range template

## [0.12.5] - 2024-05-18
### Fix
- Fix quick select template property #118
Expand Down Expand Up @@ -221,8 +226,9 @@ Its useful for definition custom title or initial (default) values.
- Add get_timezone
- Drop support Django < 1.8

[Unreleased]: https://github.com/silentsokolov/django-admin-rangefilter/compare/0.12.5...HEAD
[0.12.4]: https://github.com/silentsokolov/django-admin-rangefilter/compare/v0.12.4...v0.12.5
[Unreleased]: https://github.com/silentsokolov/django-admin-rangefilter/compare/0.13.0...HEAD
[0.13.0]: https://github.com/silentsokolov/django-admin-rangefilter/compare/v0.12.5...v0.13.0
[0.12.5]: https://github.com/silentsokolov/django-admin-rangefilter/compare/v0.12.4...v0.12.5
[0.12.4]: https://github.com/silentsokolov/django-admin-rangefilter/compare/v0.12.3...v0.12.4
[0.12.3]: https://github.com/silentsokolov/django-admin-rangefilter/compare/v0.12.2...v0.12.3
[0.12.2]: https://github.com/silentsokolov/django-admin-rangefilter/compare/v0.12.1...v0.12.2
Expand Down
2 changes: 1 addition & 1 deletion rangefilter/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
import django

__author__ = "Dmitriy Sokolov"
__version__ = "0.12.5"
__version__ = "0.13.0"

if django.VERSION < (3, 2):
default_app_config = "rangefilter.apps.RangeFilterConfig"
Expand Down

0 comments on commit 9907c36

Please sign in to comment.