]> git.parisson.com Git - django-postman.git/commitdiff
version update
authorPatrick Samson <pk.samson@gmail.com>
Thu, 20 Jan 2011 21:41:23 +0000 (22:41 +0100)
committerPatrick Samson <pk.samson@gmail.com>
Thu, 20 Jan 2011 21:41:23 +0000 (22:41 +0100)
postman/__init__.py

index 85a5ccd9cd713919a73666e28f26181838a3c260..1b706ded33b16ac3f441f0c9c2fa47962babc2a6 100644 (file)
@@ -1,7 +1,7 @@
 """A messaging application for Django"""
 
 # following PEP 386: N.N[.N]+[{a|b|c|rc}N[.N]+][.postN][.devN]
-VERSION = (1, 0, 0)
+VERSION = (1, 0, 1)
 PREREL = ()
 POST = 0
 DEV = 0