From e583b741ca7ca9cb0f37052600023e48b66571b1 Mon Sep 17 00:00:00 2001 From: Derek Stegelman Date: Wed, 21 Aug 2013 08:48:51 -0600 Subject: [PATCH] Version bump --- docs/source/conf.py | 4 ++-- mailqueue/__init__.py | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/docs/source/conf.py b/docs/source/conf.py index 55c7ed1..d36ee98 100644 --- a/docs/source/conf.py +++ b/docs/source/conf.py @@ -48,9 +48,9 @@ # built documents. # # The short X.Y version. -version = '2.0.1' +version = '2.0.2' # The full version, including alpha/beta/rc tags. -release = '2.0.1' +release = '2.0.2' # The language for content autogenerated by Sphinx. Refer to documentation # for a list of supported languages. diff --git a/mailqueue/__init__.py b/mailqueue/__init__.py index b6f4113..009e1c4 100644 --- a/mailqueue/__init__.py +++ b/mailqueue/__init__.py @@ -1 +1 @@ -VERSION = '2.0.1' +VERSION = '2.0.2'