From bf2f0c89d45f8930d181c4d264df66842a07badc Mon Sep 17 00:00:00 2001 From: Adam Coddington Date: Sun, 25 May 2014 12:37:46 -0700 Subject: [PATCH] Bumping version number to 3.3. --- docs/conf.py | 6 +++--- setup.py | 2 +- 2 files changed, 4 insertions(+), 4 deletions(-) diff --git a/docs/conf.py b/docs/conf.py index 1ed33fb..aa866ac 100644 --- a/docs/conf.py +++ b/docs/conf.py @@ -41,16 +41,16 @@ master_doc = 'index' # General information about the project. project = u'django-mailbox' -copyright = u'2013, Adam Coddington' +copyright = u'2014, Adam Coddington' # The version info for the project you're documenting, acts as replacement for # |version| and |release|, also used in various other places throughout the # built documents. # # The short X.Y version. -version = '3.0' +version = '3.3' # The full version, including alpha/beta/rc tags. -release = '3.0' +release = '3.3' # The language for content autogenerated by Sphinx. Refer to documentation # for a list of supported languages. diff --git a/setup.py b/setup.py index 7b082c5..c080a93 100755 --- a/setup.py +++ b/setup.py @@ -7,7 +7,7 @@ tests_require = [ setup( name='django-mailbox', - version='3.2', + version='3.3', url='http://github.com/latestrevision/django-mailbox/', description=( 'Import mail from POP3, IMAP, local mailboxes or directly from '