release 1.25.2

This commit is contained in:
Emmanuel Cazenave 2018-04-19 14:35:34 +02:00
parent f6d0663e55
commit 9162ee88e3
1 changed files with 1 additions and 1 deletions

View File

@ -9,7 +9,7 @@ from django.conf import settings
from decorator import atomic
__all__ = ('record', 'error_record', 'Journal')
__version__ = '1.25.1'
__version__ = '1.25.2'
def unicode_truncate(s, length, encoding='utf-8'):
'''Truncate an unicode string so that its UTF-8 encoding is less than