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

Commit

Permalink
0.10.1
Browse files Browse the repository at this point in the history
  • Loading branch information
Olivier Demah committed Apr 19, 2015
1 parent 786ba5d commit 99adb8a
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 = (0, 10, 0) # PEP 386
VERSION = (0, 10, 1) # PEP 386
__version__ = ".".join([str(x) for x in VERSION])

default_app_config = 'django_th.apps.DjangoThConfig'

0 comments on commit 99adb8a

Please sign in to comment.