Skip to content

Commit

Permalink
Release version 33.2.0
Browse files Browse the repository at this point in the history
  • Loading branch information
josegonzalez committed Mar 11, 2015
1 parent 63f06bb commit 474233c
Show file tree
Hide file tree
Showing 4 changed files with 26 additions and 5 deletions.
21 changes: 21 additions & 0 deletions 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)
-------------------

Expand Down
4 changes: 2 additions & 2 deletions README.rst
Expand Up @@ -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
=============
Expand Down
2 changes: 1 addition & 1 deletion beaver/__init__.py
@@ -1,2 +1,2 @@
# -*- coding: utf-8 -*-
__version__ = '33.1.0'
__version__ = '33.2.0'
4 changes: 2 additions & 2 deletions docs/conf.py
Expand Up @@ -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.
Expand Down

0 comments on commit 474233c

Please sign in to comment.