Skip to content

Commit 29d14d4

Browse files
committed
Prepare 0.13.3
1 parent 24e30b0 commit 29d14d4

File tree

2 files changed

+8
-3
lines changed

2 files changed

+8
-3
lines changed

CHANGELOG.md

Lines changed: 7 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,9 @@
11
## [Unreleased]
22

3+
## [0.13.3] - 2025-07-05
4+
### Fix
5+
- Fix can't clear the filters #132
6+
37
## [0.13.2] - 2024-08-24
48
### Fix
59
- Fix prevent datetimeshortcuts from rendering multiple times (#129) (thx @vxsx)
@@ -58,7 +62,7 @@
5862

5963
## [0.10.0] - 2023-04-08
6064
### Added
61-
- Add builders. Now you can use Builders to create filters:
65+
- Add builders. Now you can use Builders to create filters:
6266
`DateRangeFilterBuilder`, `DateTimeRangeFilterBuilder`, `NumericRangeFilterBuilder`.
6367
Its useful for definition custom title or initial (default) values.
6468
- Compatibility Django 4.2
@@ -234,7 +238,8 @@ Its useful for definition custom title or initial (default) values.
234238
- Add get_timezone
235239
- Drop support Django < 1.8
236240

237-
[Unreleased]: https://github.com/silentsokolov/django-admin-rangefilter/compare/0.13.2...HEAD
241+
[Unreleased]: https://github.com/silentsokolov/django-admin-rangefilter/compare/0.13.3...HEAD
242+
[0.13.2]: https://github.com/silentsokolov/django-admin-rangefilter/compare/v0.13.2...v0.13.3
238243
[0.13.2]: https://github.com/silentsokolov/django-admin-rangefilter/compare/v0.13.1...v0.13.2
239244
[0.13.1]: https://github.com/silentsokolov/django-admin-rangefilter/compare/v0.13.0...v0.13.1
240245
[0.13.0]: https://github.com/silentsokolov/django-admin-rangefilter/compare/v0.12.5...v0.13.0

rangefilter/__init__.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
import django
44

55
__author__ = "Dmitriy Sokolov"
6-
__version__ = "0.13.2"
6+
__version__ = "0.13.3"
77

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

0 commit comments

Comments
 (0)