From: Patrick Samson Date: Thu, 20 Jan 2011 21:41:23 +0000 (+0100) Subject: version update X-Git-Tag: 2.0.0~32 X-Git-Url: https://git.parisson.com/?a=commitdiff_plain;h=66863104ff819d4919350ad6a79553b38d2f8cd9;p=django-postman.git version update --- diff --git a/postman/__init__.py b/postman/__init__.py index 85a5ccd..1b706de 100644 --- a/postman/__init__.py +++ b/postman/__init__.py @@ -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