Skip to content

Commit

Permalink
Bumps version to 3.0.31 and updates Changelog
Browse files Browse the repository at this point in the history
  • Loading branch information
ask committed Dec 16, 2015
1 parent de904d2 commit 988a249
Show file tree
Hide file tree
Showing 3 changed files with 15 additions and 3 deletions.
14 changes: 13 additions & 1 deletion Changelog
Original file line number Diff line number Diff line change
Expand Up @@ -4,11 +4,23 @@
Change history
================

.. _version-3.0.31:

3.0.31
======
:release-date: 2015-12-16 12:00 P.M PST
:release-by: Ask Solem

- Redis: Fixed bug introduced in 3.0.30 where socket was prematurely
disconnected.

- Hub: Removed debug logging message: "Deregistered fd..." (Issue #549).

.. _version-3.0.30:

3.0.30
======
:release-date: 2015-12-07 12:28 A.M PDT
:release-date: 2015-12-07 12:28 A.M PST
:release-by: Ask Solem

- Fixes compatiblity with uuid in Python 2.7.11 and 3.5.1.
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.30
:Version: 3.0.31

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

0 comments on commit 988a249

Please sign in to comment.