Skip to content

Commit

Permalink
Prepare 0.6.3
Browse files Browse the repository at this point in the history
  • Loading branch information
silentsokolov committed Oct 1, 2020
1 parent af58a7a commit 141b036
Show file tree
Hide file tree
Showing 2 changed files with 16 additions and 2 deletions.
16 changes: 15 additions & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,17 @@
## [Unreleased]

## [0.6.3] - 2020-10-01
### Added
- Added Polish translation #45 (thx @sqlmiles)
- Added Japanese translation

### Fix
- Fix Portuguese translation #53

## [0.6.2] - 2020-08-07
### Added
- Compatibility Django 3.1

## [0.6.1] - 2020-06-05
### Added
- Added Danish translation #45 (thx @tiktuk)
Expand Down Expand Up @@ -95,7 +107,9 @@
- Add get_timezone
- Drop support Django < 1.8

[Unreleased]: https://github.com/silentsokolov/django-admin-rangefilter/compare/v0.6.1...HEAD
[Unreleased]: https://github.com/silentsokolov/django-admin-rangefilter/compare/v0.6.3...HEAD
[0.6.2]: https://github.com/silentsokolov/django-admin-rangefilter/compare/v0.6.2...v0.6.3
[0.6.2]: https://github.com/silentsokolov/django-admin-rangefilter/compare/v0.6.1...v0.6.2
[0.6.1]: https://github.com/silentsokolov/django-admin-rangefilter/compare/v0.6.0...v0.6.1
[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
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.6.2'
__version__ = '0.6.3'


default_app_config = 'rangefilter.apps.RangeFilterConfig'
Expand Down

0 comments on commit 141b036

Please sign in to comment.