Prepare 0.3.13

This commit is contained in:
Dmitriy Sokolov 2019-03-21 15:49:10 +03:00
parent 1e9ec945c0
commit 9492844394
No known key found for this signature in database
GPG Key ID: DE2C98901898AB74
2 changed files with 4 additions and 1 deletions

View File

@ -1,3 +1,6 @@
0.3.13 (2019-03-21)
- Added czech translation
0.3.12 (2019-01-31)
- Added russian translation

View File

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