From fb7b5e3bd1880a427a8dd6b1a5dc65724d31b3fc Mon Sep 17 00:00:00 2001 From: FoxMaSk Date: Wed, 18 Jan 2017 21:55:29 +0100 Subject: [PATCH] 1.3.2 --- django_th/__init__.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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'