Skip to content

Commit b4f6c29

Browse files
committed
Prepare 0.12.0
1 parent ac31092 commit b4f6c29

File tree

4 files changed

+11
-14
lines changed

4 files changed

+11
-14
lines changed

CHANGELOG.md

Lines changed: 10 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,13 @@
11
## [Unreleased]
22

3+
## [0.12.0] - 2023-12-09
4+
### Added
5+
- Compatibility Django 5
6+
- Added Greek translation (thx @tagmat) #111
7+
8+
### Fix
9+
- NumericRangeFilter: Fix SCP
10+
311
## [0.11.2] - 2023-09-10
412
### Fix
513
- NumericRangeFilter: Fix filter for the value zero (#105) (thx @autoantwort)
@@ -190,7 +198,8 @@ Its useful for definition custom title or initial (default) values.
190198
- Add get_timezone
191199
- Drop support Django < 1.8
192200

193-
[Unreleased]: https://github.com/silentsokolov/django-admin-rangefilter/compare/0.11.2...HEAD
201+
[Unreleased]: https://github.com/silentsokolov/django-admin-rangefilter/compare/0.12.0...HEAD
202+
[0.12.0]: https://github.com/silentsokolov/django-admin-rangefilter/compare/v0.11.2...v0.12.0
194203
[0.11.2]: https://github.com/silentsokolov/django-admin-rangefilter/compare/v0.11.1...v0.11.2
195204
[0.11.1]: https://github.com/silentsokolov/django-admin-rangefilter/compare/v0.11.0...v0.11.1
196205
[0.11.0]: https://github.com/silentsokolov/django-admin-rangefilter/compare/v0.10.0...v0.11.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.11.2"
6+
__version__ = "0.12.0"
77

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

rangefilter/filter.py

Lines changed: 0 additions & 11 deletions
This file was deleted.

rangefilter/settings.py

Lines changed: 0 additions & 1 deletion
This file was deleted.

0 commit comments

Comments
 (0)