diff --git a/CHANGES.rst b/CHANGES.rst index c585bd5f..c2ba13be 100644 --- a/CHANGES.rst +++ b/CHANGES.rst @@ -1,6 +1,27 @@ Changelog ========= +33.2.0 (2015-03-11) +------------------- + +- Improved kafka test. [Marcel Casado] + +- Added example of kafka transport usage in the user docs. [Marcel + Casado] + +- Added placeholder "dist" directory to download kafka binaries. [Marcel + Casado] + +- Added integration test support for Kafka transport. [Marcel Casado] + +- Wrapped kafka client init in a try catch. [Marcel Casado] + +- Initial kafka transport impl. [Marcel Casado] + +- Updating config examples and docs. [Jonathan Sabo] + +- Adding support for sqs queues in different accounts. [Jonathan Sabo] + 33.1.0 (2015-02-04) ------------------- diff --git a/README.rst b/README.rst index 1afec9ef..32166622 100644 --- a/README.rst +++ b/README.rst @@ -19,11 +19,11 @@ Using PIP: From Github:: - pip install git+git://github.com/josegonzalez/python-beaver.git@33.1.0#egg=beaver + pip install git+git://github.com/josegonzalez/python-beaver.git@33.2.0#egg=beaver From PyPI:: - pip install beaver==33.1.0 + pip install beaver==33.2.0 Documentation ============= diff --git a/beaver/__init__.py b/beaver/__init__.py index 95af218d..b868375a 100644 --- a/beaver/__init__.py +++ b/beaver/__init__.py @@ -1,2 +1,2 @@ # -*- coding: utf-8 -*- -__version__ = '33.1.0' +__version__ = '33.2.0' diff --git a/docs/conf.py b/docs/conf.py index 2ebd4221..47c3c53a 100644 --- a/docs/conf.py +++ b/docs/conf.py @@ -53,9 +53,9 @@ # built documents. # # The short X.Y version. -version = '33.1.0' +version = '33.2.0' # The full version, including alpha/beta/rc tags. -release = '33.1.0' +release = '33.2.0' # The language for content autogenerated by Sphinx. Refer to documentation # for a list of supported languages.