bumpt version to 1.23.0

This commit is contained in:
Benjamin Dauvergne 2014-01-30 21:45:00 +01:00
parent cf1a9f460f
commit 131285e24b
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.22.0'
__version__ = '1.23.0'
def unicode_truncate(s, length, encoding='utf-8'):
'''Truncate an unicode string so that its UTF-8 encoding is less than