From e756885bf3edd4a39750944b1785bf0cc550d291 Mon Sep 17 00:00:00 2001 From: Derek Stegelman Date: Wed, 26 Jun 2013 18:45:12 -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 3532a76..6f66993 100644 --- a/docs/source/conf.py +++ b/docs/source/conf.py @@ -48,9 +48,9 @@ # built documents. # # The short X.Y version. -version = '1.6.3' +version = '1.6.4' # The full version, including alpha/beta/rc tags. -release = '1.6.3' +release = '1.6.4' # 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 0a31a01..eea967b 100644 --- a/mailqueue/__init__.py +++ b/mailqueue/__init__.py @@ -1 +1 @@ -VERSION = '1.6.3' \ No newline at end of file +VERSION = '1.6.4'