Prepare 0.3.14

This commit is contained in:
Dmitriy Sokolov 2019-03-25 13:17:31 +03:00
parent 7caba8340b
commit 12456b95e4
No known key found for this signature in database
GPG Key ID: DE2C98901898AB74
2 changed files with 7 additions and 3 deletions

View File

@ -1,8 +1,12 @@
0.3.14 (2019-03-25)
- Added French translation
- Added German translation
0.3.13 (2019-03-21)
- Added czech translation
- Added Czech translation
0.3.12 (2019-01-31)
- Added russian translation
- Added Russian translation
0.3.11 (2019-01-30)
- Avoid loading admin_static in templates under Django>=1.10 (#27)

View File

@ -4,7 +4,7 @@ from __future__ import unicode_literals
__author__ = 'Dmitriy Sokolov'
__version__ = '0.3.13'
__version__ = '0.3.14'
default_app_config = 'rangefilter.apps.RangeFilterConfig'