Skip to content

Commit

Permalink
Prepare 0.8.3
Browse files Browse the repository at this point in the history
  • Loading branch information
silentsokolov committed Dec 19, 2021
1 parent 13a9c3e commit 10e78ae
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.8.3] - 2021-12-19
### Added
- Compatibility Django 4.0

## [0.8.2] - 2021-10-31
### Fix
- Fixing case with two widgets on one page #67 (thx @snnwolf)
Expand Down Expand Up @@ -141,7 +145,8 @@
- Add get_timezone
- Drop support Django < 1.8

[Unreleased]: https://github.com/silentsokolov/django-admin-rangefilter/compare/v0.8.2...HEAD
[Unreleased]: https://github.com/silentsokolov/django-admin-rangefilter/compare/v0.8.3...HEAD
[0.8.3]: https://github.com/silentsokolov/django-admin-rangefilter/compare/v0.8.2...v0.8.3
[0.8.2]: https://github.com/silentsokolov/django-admin-rangefilter/compare/v0.8.1...v0.8.2
[0.8.1]: https://github.com/silentsokolov/django-admin-rangefilter/compare/v0.8.0...v0.8.1
[0.8.0]: https://github.com/silentsokolov/django-admin-rangefilter/compare/v0.7.0...v0.8.0
Expand Down
2 changes: 1 addition & 1 deletion rangefilter/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
import django

__author__ = 'Dmitriy Sokolov'
__version__ = '0.8.2'
__version__ = '0.8.3'

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

0 comments on commit 10e78ae

Please sign in to comment.