Skip to content

Commit

Permalink
Prepare 0.13.2
Browse files Browse the repository at this point in the history
  • Loading branch information
silentsokolov committed Aug 24, 2024
1 parent 311197f commit 3aa22b8
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.13.2] - 2024-08-24
### Fix
- Fix prevent datetimeshortcuts from rendering multiple times (#129) (thx @vxsx)

## [0.13.1] - 2024-07-23
### Fix
- Fix initial value in NumericRangeFilter form field (#124) (thx @gretapataki)
Expand Down Expand Up @@ -230,7 +234,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.13.1...HEAD
[Unreleased]: https://github.com/silentsokolov/django-admin-rangefilter/compare/0.13.2...HEAD
[0.13.2]: https://github.com/silentsokolov/django-admin-rangefilter/compare/v0.13.1...v0.13.2
[0.13.1]: https://github.com/silentsokolov/django-admin-rangefilter/compare/v0.13.0...v0.13.1
[0.13.0]: https://github.com/silentsokolov/django-admin-rangefilter/compare/v0.12.5...v0.13.0
[0.12.5]: https://github.com/silentsokolov/django-admin-rangefilter/compare/v0.12.4...v0.12.5
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.13.1"
__version__ = "0.13.2"

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

0 comments on commit 3aa22b8

Please sign in to comment.