summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAsk Solem <ask@celeryproject.org>2016-09-30 15:12:31 -0700
committerAsk Solem <ask@celeryproject.org>2016-09-30 15:12:31 -0700
commit5c80e246d31b7cc02c50f069fd7466d289eacc58 (patch)
treeeaaf5139e065aaef783d0bbd123e6a3698a6f32d
parente92e74c022cd17b7ada57f84f580ec2cafdf817f (diff)
downloadkombu-3.0.36.tar.gz
Bumps version to 3.0.36v3.0.36
-rw-r--r--README.rst2
-rw-r--r--kombu/__init__.py2
2 files changed, 2 insertions, 2 deletions
diff --git a/README.rst b/README.rst
index 694c1366..cf6b32c4 100644
--- a/README.rst
+++ b/README.rst
@@ -4,7 +4,7 @@
kombu - Messaging library for Python
========================================
-:Version: 3.0.35
+:Version: 3.0.36
`Kombu` is a messaging library for Python.
diff --git a/kombu/__init__.py b/kombu/__init__.py
index fc7c3a95..408af592 100644
--- a/kombu/__init__.py
+++ b/kombu/__init__.py
@@ -11,7 +11,7 @@ version_info_t = namedtuple(
'version_info_t', ('major', 'minor', 'micro', 'releaselevel', 'serial'),
)
-VERSION = version_info_t(3, 0, 35, '', '')
+VERSION = version_info_t(3, 0, 36, '', '')
__version__ = '{0.major}.{0.minor}.{0.micro}{0.releaselevel}'.format(VERSION)
__author__ = 'Ask Solem'
__contact__ = 'ask@celeryproject.org'