Skip to content

Commit

Permalink
Prepare 0.6.0
Browse files Browse the repository at this point in the history
  • Loading branch information
silentsokolov committed May 4, 2020
1 parent 48b8329 commit f4c35f5
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.6.0] - 2020-05-04
### Added
- Added setter for initial field value (#44)

## [0.5.4] - 2020-02-10
### Added
- Added Simplified Chinese translation (thx @daimon99)
Expand Down Expand Up @@ -84,7 +88,8 @@
- Add get_timezone
- Drop support Django < 1.8

[Unreleased]: https://github.com/silentsokolov/django-admin-rangefilter/compare/v0.5.4...HEAD
[Unreleased]: https://github.com/silentsokolov/django-admin-rangefilter/compare/v0.6.0...HEAD
[0.6.0]: https://github.com/silentsokolov/django-admin-rangefilter/compare/v0.5.4...v0.6.0
[0.5.4]: https://github.com/silentsokolov/django-admin-rangefilter/compare/v0.5.3...v0.5.4
[0.5.3]: https://github.com/silentsokolov/django-admin-rangefilter/compare/v0.5.2...v0.5.3
[0.5.2]: https://github.com/silentsokolov/django-admin-rangefilter/compare/v0.5.1...v0.5.2
Expand Down
2 changes: 1 addition & 1 deletion rangefilter/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@


__author__ = 'Dmitriy Sokolov'
__version__ = '0.5.4'
__version__ = '0.6.0'


default_app_config = 'rangefilter.apps.RangeFilterConfig'
Expand Down

0 comments on commit f4c35f5

Please sign in to comment.