Prepare 0.3.12

This commit is contained in:
Dmitriy Sokolov 2019-01-31 12:47:55 +03:00
parent e51f634382
commit f8af1c7349
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.12 (2019-01-31)
- 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.11'
__version__ = '0.3.12'
default_app_config = 'rangefilter.apps.RangeFilterConfig'