Skip to content
Snippets Groups Projects
Commit 75d6b754 authored by Gavin M. Roy's avatar Gavin M. Roy
Browse files

Bump the rev and update the history

parent 906aea1d
No related branches found
No related tags found
No related merge requests found
Version History
---------------
- 0.26.0 - released *2015-03-09*
- 0.26.2 - released *2015-03-17*
- Fix behavior for Basic.Return frames sent from RabbitMQ
- Pin pamqp 1.6.1 fixing an issue with max-channels
- 0.26.1 - released *2015-03-09*
- Add the ability to interrupt rabbitpy when waiting on a frame (#38)
- Use a custom base class for all Exceptions (#57) Jeremy Tillman
- Fix for consumer example in documentation (#60) Michael Becker
Loading
Loading
Loading
Loading
@@ -2,7 +2,7 @@
rabbitpy, a pythonic RabbitMQ client
 
"""
__version__ = '0.26.1'
__version__ = '0.26.2'
version = __version__
import logging
import platform
Loading
Loading
Loading
Loading
@@ -26,7 +26,7 @@ classifiers = ['Development Status :: 5 - Production/Stable',
'Topic :: Software Development :: Libraries']
 
setuptools.setup(name='rabbitpy',
version='0.26.1',
version='0.26.2',
description=desc,
long_description=open('README.rst').read(),
author='Gavin M. Roy',
Loading
Loading
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment