Skip to content
This repository has been archived by the owner on Oct 5, 2021. It is now read-only.

Commit

Permalink
v 1.7.0 - new module + upd requirements
Browse files Browse the repository at this point in the history
  • Loading branch information
foxmask committed Feb 5, 2019
1 parent eadd496 commit 86c999d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion django_th/__init__.py
Original file line number Diff line number Diff line change
@@ -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'

0 comments on commit 86c999d

Please sign in to comment.