Skip to content

Commit

Permalink
Publishing build 1.1.10.
Browse files Browse the repository at this point in the history
  • Loading branch information
eandersson committed May 18, 2015
1 parent f2d48ab commit 352d744
Show file tree
Hide file tree
Showing 5 changed files with 7 additions and 4 deletions.
3 changes: 3 additions & 0 deletions CHANGELOG
@@ -1,4 +1,7 @@
##### Changelog
###### Version 1.1.10
- Fixed validation bug with Basic.nack, Basic.reject and Basic.qos.

###### Version 1.1.9
- Added additional logging for Issue #3.
- Added additional validation on incoming messages for Issue #3.
Expand Down
2 changes: 1 addition & 1 deletion README.rst
@@ -1,4 +1,4 @@
AMQP-Storm 1.1.9
AMQP-Storm 1.1.10
-------------
Thread-safe Python AMQP Client Library based on pamqp.

Expand Down
2 changes: 1 addition & 1 deletion amqpstorm/__init__.py
@@ -1,5 +1,5 @@
"""AMQP-Storm."""
__version__ = '1.1.9'
__version__ = '1.1.10'
__author__ = 'eandersson'

import logging
Expand Down
2 changes: 1 addition & 1 deletion setup.cfg
@@ -1,2 +1,2 @@
[metadata]
description-file = README.md
description-file = README.rst
2 changes: 1 addition & 1 deletion setup.py
Expand Up @@ -6,7 +6,7 @@
"""

setup(name='AMQP-Storm',
version='1.1.9',
version='1.1.10',
description='Thread-safe Python AMQP Client Library based on pamqp.',
long_description=long_description,
author='Erik Olof Gunnar Andersson',
Expand Down

0 comments on commit 352d744

Please sign in to comment.