diff --git a/AUTHORS b/AUTHORS index e063d70..14b474f 100644 --- a/AUTHORS +++ b/AUTHORS @@ -15,3 +15,4 @@ ulistaerk JiriKr hggh BigSmoke +kostyaeremin diff --git a/docs/source/conf.py b/docs/source/conf.py index 0c26e87..bd53440 100644 --- a/docs/source/conf.py +++ b/docs/source/conf.py @@ -41,16 +41,16 @@ # General information about the project. project = u'Django Mail Queue' -copyright = u'2011 - 2017, Derek Stegelman' +copyright = u'2011 - 2018, Derek Stegelman' # 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.1.5' +version = '3.1.6' # The full version, including alpha/beta/rc tags. -release = '3.1.5' +release = '3.1.6' # 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 76cb0bb..3c91997 100644 --- a/mailqueue/__init__.py +++ b/mailqueue/__init__.py @@ -1,3 +1,3 @@ -VERSION = '3.1.5' +VERSION = '3.1.6' default_app_config = 'mailqueue.apps.MailQueueConfig'