diff options
| author | Ask Solem <ask@celeryproject.org> | 2016-09-30 15:12:31 -0700 |
|---|---|---|
| committer | Ask Solem <ask@celeryproject.org> | 2016-09-30 15:12:31 -0700 |
| commit | 5c80e246d31b7cc02c50f069fd7466d289eacc58 (patch) | |
| tree | eaaf5139e065aaef783d0bbd123e6a3698a6f32d | |
| parent | e92e74c022cd17b7ada57f84f580ec2cafdf817f (diff) | |
| download | kombu-3.0.36.tar.gz | |
Bumps version to 3.0.36v3.0.36
| -rw-r--r-- | README.rst | 2 | ||||
| -rw-r--r-- | kombu/__init__.py | 2 |
2 files changed, 2 insertions, 2 deletions
@@ -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' |
