Skip to content

Commit

Permalink
Prepare 0.12.0
Browse files Browse the repository at this point in the history
  • Loading branch information
silentsokolov committed Dec 9, 2023
1 parent ac31092 commit b4f6c29
Show file tree
Hide file tree
Showing 4 changed files with 11 additions and 14 deletions.
11 changes: 10 additions & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,13 @@
## [Unreleased]

## [0.12.0] - 2023-12-09
### Added
- Compatibility Django 5
- Added Greek translation (thx @tagmat) #111

### Fix
- NumericRangeFilter: Fix SCP

## [0.11.2] - 2023-09-10
### Fix
- NumericRangeFilter: Fix filter for the value zero (#105) (thx @autoantwort)
Expand Down Expand Up @@ -190,7 +198,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.2...HEAD
[Unreleased]: https://github.com/silentsokolov/django-admin-rangefilter/compare/0.12.0...HEAD
[0.12.0]: https://github.com/silentsokolov/django-admin-rangefilter/compare/v0.11.2...v0.12.0
[0.11.2]: https://github.com/silentsokolov/django-admin-rangefilter/compare/v0.11.1...v0.11.2
[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
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.11.2"
__version__ = "0.12.0"

if django.VERSION < (3, 2):
default_app_config = "rangefilter.apps.RangeFilterConfig"
Expand Down
11 changes: 0 additions & 11 deletions rangefilter/filter.py

This file was deleted.

1 change: 0 additions & 1 deletion rangefilter/settings.py

This file was deleted.

0 comments on commit b4f6c29

Please sign in to comment.