Skip to content

Commit ceb7ed7

Browse files
committed
Prepare 0.12.1
1 parent 979e87b commit ceb7ed7

File tree

2 files changed

+10
-2
lines changed

2 files changed

+10
-2
lines changed

CHANGELOG.md

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

3+
## [0.12.1] - 2024-02-12
4+
### Added
5+
- Use current timezone instead of default #114
6+
7+
### Fix
8+
- DateTimeRangeFilter: upper time bound includes microseconds #115
9+
310
## [0.12.0] - 2023-12-09
411
### Added
512
- Compatibility Django 5
@@ -198,7 +205,8 @@ Its useful for definition custom title or initial (default) values.
198205
- Add get_timezone
199206
- Drop support Django < 1.8
200207

201-
[Unreleased]: https://github.com/silentsokolov/django-admin-rangefilter/compare/0.12.0...HEAD
208+
[Unreleased]: https://github.com/silentsokolov/django-admin-rangefilter/compare/0.12.1...HEAD
209+
[0.12.1]: https://github.com/silentsokolov/django-admin-rangefilter/compare/v0.12.0...v0.12.1
202210
[0.12.0]: https://github.com/silentsokolov/django-admin-rangefilter/compare/v0.11.2...v0.12.0
203211
[0.11.2]: https://github.com/silentsokolov/django-admin-rangefilter/compare/v0.11.1...v0.11.2
204212
[0.11.1]: https://github.com/silentsokolov/django-admin-rangefilter/compare/v0.11.0...v0.11.1

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.12.0"
6+
__version__ = "0.12.1"
77

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

0 commit comments

Comments
 (0)