Skip to content

Commit

Permalink
Bump to v0.3.2
Browse files Browse the repository at this point in the history
  • Loading branch information
apendleton committed Oct 16, 2013
1 parent 22ecc29 commit 6eff09e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion djsupervisor/__init__.py
Expand Up @@ -295,7 +295,7 @@

__ver_major__ = 0
__ver_minor__ = 3
__ver_patch__ = 1
__ver_patch__ = 2
__ver_sub__ = ""
__version__ = "%d.%d.%d%s" % (__ver_major__,__ver_minor__,__ver_patch__,__ver_sub__)

Expand Down

0 comments on commit 6eff09e

Please sign in to comment.