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

Commit

Permalink
version 1.2.0
Browse files Browse the repository at this point in the history
  • Loading branch information
FoxMaSk committed Dec 22, 2016
1 parent 2f8f3e0 commit 016aa3e
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, 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'

0 comments on commit 016aa3e

Please sign in to comment.