diff --git a/django_th/__init__.py b/django_th/__init__.py index 1af0144..37f19f7 100644 --- a/django_th/__init__.py +++ b/django_th/__init__.py @@ -1,4 +1,4 @@ -VERSION = (1, 3, 1) # PEP 386 +VERSION = (1, 3, 2) # PEP 386 __version__ = ".".join([str(x) for x in VERSION]) default_app_config = 'django_th.apps.DjangoThConfig'