Skip to content

Commit

Permalink
Bumps version to 1.0.3 and updates Changelog
Browse files Browse the repository at this point in the history
  • Loading branch information
ask committed Feb 12, 2011
1 parent a011652 commit 0546673
Show file tree
Hide file tree
Showing 3 changed files with 16 additions and 6 deletions.
18 changes: 14 additions & 4 deletions Changelog
Expand Up @@ -2,27 +2,37 @@
Change history
================

1.0.3
=====
:release-date: 2011-02-12 16:00 P.M CET

* ConnectionPool: Re-connect if amqplib connection closed

* Adds ``Queue.as_dict`` + ``Exchange.as_dict``.

* Copyright headers updated to include 2011.

1.0.2
=====
:release-date: 2011-01-31 10:45 P.M CEST
:release-date: 2011-01-31 10:45 P.M CET

* amqplib: Message properties were not set properly.
* Ghettoq backend names are now automatically translated to the new names.

1.0.1
=====
:release-date: 2011-01-28 12:00 P.M CEST
:release-date: 2011-01-28 12:00 P.M CET

* Redis: Now works with Linux (epoll)

1.0.0
=====
:release-date: 2011-01-27 12:00 P.M CEST
:release-date: 2011-01-27 12:00 P.M CET

* Initial release

0.1.0
=====
:release-date: 2010-07-22 4:20 P.M CEST
:release-date: 2010-07-22 4:20 P.M CET

* Initial fork of carrot
2 changes: 1 addition & 1 deletion README.rst
Expand Up @@ -2,7 +2,7 @@
kombu - AMQP Messaging Framework for Python
#############################################

:Version: 1.0.2
:Version: 1.0.3

Synopsis
========
Expand Down
2 changes: 1 addition & 1 deletion kombu/__init__.py
@@ -1,5 +1,5 @@
"""AMQP Messaging Framework for Python"""
VERSION = (1, 0, 2)
VERSION = (1, 0, 3)
__version__ = ".".join(map(str, VERSION[0:3])) + "".join(VERSION[3:])
__author__ = "Ask Solem"
__contact__ = "ask@celeryproject.org"
Expand Down

0 comments on commit 0546673

Please sign in to comment.