Skip to content

Commit

Permalink
Bumps version to 3.0.29
Browse files Browse the repository at this point in the history
  • Loading branch information
ask committed Oct 26, 2015
1 parent 708c529 commit 37fa93d
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion Changelog
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@

3.0.29
======
:release-date: 2015-10-23 05:00 P.M PDT
:release-date: 2015-10-26 11:10 A.M PDT
:release-by: Ask Solem

- Fixed serialization issue for ``bindings.as_dict()`` (Issue #453).
Expand Down
2 changes: 1 addition & 1 deletion README.rst
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
kombu - Messaging library for Python
========================================

:Version: 3.0.28
:Version: 3.0.29

`Kombu` is a messaging library for Python.

Expand Down
2 changes: 1 addition & 1 deletion kombu/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@
'version_info_t', ('major', 'minor', 'micro', 'releaselevel', 'serial'),
)

VERSION = version_info_t(3, 0, 28, '', '')
VERSION = version_info_t(3, 0, 29, '', '')
__version__ = '{0.major}.{0.minor}.{0.micro}{0.releaselevel}'.format(VERSION)
__author__ = 'Ask Solem'
__contact__ = 'ask@celeryproject.org'
Expand Down

0 comments on commit 37fa93d

Please sign in to comment.