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

Commit

Permalink
1.3.2
Browse files Browse the repository at this point in the history
  • Loading branch information
FoxMaSk committed Jan 18, 2017
1 parent f29d389 commit fb7b5e3
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, 3, 1) # PEP 386
VERSION = (1, 3, 2) # PEP 386
__version__ = ".".join([str(x) for x in VERSION])

default_app_config = 'django_th.apps.DjangoThConfig'

0 comments on commit fb7b5e3

Please sign in to comment.