From 016aa3ed6ff12f42949fcc0271193a06f6d64e08 Mon Sep 17 00:00:00 2001 From: FoxMaSk Date: Thu, 22 Dec 2016 16:20:57 +0100 Subject: [PATCH] version 1.2.0 --- 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 c83efab..e5f5c4b 100644 --- a/django_th/__init__.py +++ b/django_th/__init__.py @@ -1,4 +1,4 @@ -VERSION = (1, 1, 0) # PEP 386 +VERSION = (1, 2, 0) # PEP 386 __version__ = ".".join([str(x) for x in VERSION]) default_app_config = 'django_th.apps.DjangoThConfig'