Skip to content

Commit

Permalink
Version 0.1.2
Browse files Browse the repository at this point in the history
  • Loading branch information
themartorana committed Mar 26, 2011
1 parent 09a88f5 commit 44f2ff1
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion django_ztask/__init__.py
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
"""Django ZTask."""
import os

VERSION = (0, 1, 1)
VERSION = (0, 1, 2)

__version__ = ".".join(map(str, VERSION[0:3])) + "".join(VERSION[3:])
__author__ = "Jason Allum"
Expand Down

0 comments on commit 44f2ff1

Please sign in to comment.