From b2ec61003a7df4ebc46d40a3d72e262440c5008d Mon Sep 17 00:00:00 2001 From: FoxMaSk Date: Tue, 25 Oct 2016 16:31:28 +0200 Subject: [PATCH] version 1.1.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 8b5d369..c83efab 100644 --- a/django_th/__init__.py +++ b/django_th/__init__.py @@ -1,4 +1,4 @@ -VERSION = (1, 0, 0) # PEP 386 +VERSION = (1, 1, 0) # PEP 386 __version__ = ".".join([str(x) for x in VERSION]) default_app_config = 'django_th.apps.DjangoThConfig'