bump release to 1.20.0

This commit is contained in:
Benjamin Dauvergne 2013-07-30 10:08:05 +02:00
parent 3aa73f2c35
commit da289d52f1
1 changed files with 1 additions and 1 deletions

View File

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