Skip to content

Commit

Permalink
Prepare 0.5.3
Browse files Browse the repository at this point in the history
  • Loading branch information
silentsokolov committed Dec 16, 2019
1 parent 885d3e6 commit e3e0066
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 2 deletions.
8 changes: 7 additions & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,10 @@
## [Unreleased]

## [0.5.3] - 2019-12-16
### Added
- Added Brazilian portuguese translation (thx @sandrofolk)
- Use proper Template comment tag #39 (thx @nitinnain)

## [0.5.2] - 2019-12-04
### Added
- Compatibility Django 3.0
Expand Down Expand Up @@ -75,7 +80,8 @@
- Add get_timezone
- Drop support Django < 1.8

[Unreleased]: https://github.com/silentsokolov/django-admin-rangefilter/compare/v0.5.2...HEAD
[Unreleased]: https://github.com/silentsokolov/django-admin-rangefilter/compare/v0.5.3...HEAD
[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
[0.5.1]: https://github.com/silentsokolov/django-admin-rangefilter/compare/v0.5.0...v0.5.1
[0.5.0]: https://github.com/silentsokolov/django-admin-rangefilter/compare/v0.4.0...v0.5.0
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.2'
__version__ = '0.5.3'


default_app_config = 'rangefilter.apps.RangeFilterConfig'
Expand Down

0 comments on commit e3e0066

Please sign in to comment.