Skip to content

Commit

Permalink
Prepare 0.11.1
Browse files Browse the repository at this point in the history
  • Loading branch information
silentsokolov committed Aug 29, 2023
1 parent e4ea6fa commit d1ad13b
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 2 deletions.
7 changes: 6 additions & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,9 @@
## [Unreleased]

## [0.11.1] - 2023-08-29
### Fix
- Fix DateRangeQuickSelectListFilter (thx @robertpro)

## [0.11.0] - 2023-08-19
### Added
- Add Add DateRangeQuickSelectListFilter (#103) (thx @robertpro)
Expand Down Expand Up @@ -182,7 +186,8 @@ 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.11.0...HEAD
[Unreleased]: https://github.com/silentsokolov/django-admin-rangefilter/compare/0.11.1...HEAD
[0.11.1]: https://github.com/silentsokolov/django-admin-rangefilter/compare/v0.11.0...v0.11.1
[0.11.0]: https://github.com/silentsokolov/django-admin-rangefilter/compare/v0.10.0...v0.11.0
[0.10.0]: https://github.com/silentsokolov/django-admin-rangefilter/compare/v0.9.0...v0.10.0
[0.9.0]: https://github.com/silentsokolov/django-admin-rangefilter/compare/v0.8.8...v0.9.0
Expand Down
2 changes: 1 addition & 1 deletion rangefilter/__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.11.0"
__version__ = "0.11.1"

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

0 comments on commit d1ad13b

Please sign in to comment.