Skip to content

Commit

Permalink
Bumps version to 3.0.28
Browse files Browse the repository at this point in the history
  • Loading branch information
ask committed Oct 12, 2015
1 parent adf9e9d commit ab3a989
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
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.27
:Version: 3.0.28

`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, 27, '', '')
VERSION = version_info_t(3, 0, 28, '', '')
__version__ = '{0.major}.{0.minor}.{0.micro}{0.releaselevel}'.format(VERSION)
__author__ = 'Ask Solem'
__contact__ = 'ask@celeryproject.org'
Expand Down

0 comments on commit ab3a989

Please sign in to comment.