release 1.25.1

This commit is contained in:
Benjamin Dauvergne 2017-12-13 17:15:29 +01:00
parent b6fa4e97b7
commit f345362f56
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.24.2'
__version__ = '1.25.1'
def unicode_truncate(s, length, encoding='utf-8'):
'''Truncate an unicode string so that its UTF-8 encoding is less than