From 86c999d16bcf30b6224206e5b40824309834ac8c Mon Sep 17 00:00:00 2001 From: foxmask Date: Wed, 6 Feb 2019 00:01:08 +0100 Subject: [PATCH] v 1.7.0 - new module + upd requirements --- 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 6fc4eff..1f78a2f 100644 --- a/django_th/__init__.py +++ b/django_th/__init__.py @@ -1,4 +1,4 @@ -VERSION = (1, 6, 1) # PEP 386 +VERSION = (1, 7, 0) # PEP 386 __version__ = ".".join([str(x) for x in VERSION]) default_app_config = 'django_th.apps.DjangoThConfig'