Skip to content

Commit

Permalink
Releasing 1.4.1
Browse files Browse the repository at this point in the history
  • Loading branch information
eandersson committed Jul 11, 2016
1 parent 12399d9 commit 6c3eb73
Show file tree
Hide file tree
Showing 3 changed files with 6 additions and 3 deletions.
5 changes: 4 additions & 1 deletion CHANGELOG
@@ -1,10 +1,13 @@
# Changelog

### Version 1.4.1
- Heartbeats are now only sent when there is no outgoing traffic - Thanks Tom.

### Version 1.4.0
- 100% Unit-test Coverage!
- All classes are now slotted.
- New improved Heartbeat Monitor.
- If no data has been sent within the Heartbeat interval, the client will now send a Heartbeat to the server. - Thanks David Schneider.
- If no data has been sent within the Heartbeat interval, the client will now send a Heartbeat to the server - Thanks David Schneider.
- Reduced default RPC timeout from 120s to 60s.

### Version 1.3.4
Expand Down
2 changes: 1 addition & 1 deletion amqpstorm/__init__.py
@@ -1,5 +1,5 @@
"""AMQP-Storm."""
__version__ = '1.4.0' # noqa
__version__ = '1.4.1' # noqa
__author__ = 'eandersson' # noqa

import logging
Expand Down
2 changes: 1 addition & 1 deletion setup.py
Expand Up @@ -5,7 +5,7 @@
"""

setup(name='AMQPStorm',
version='1.4.0',
version='1.4.1',
description='Thread-safe Python RabbitMQ Client Library based on pamqp.',
long_description=long_description,
author='Erik Olof Gunnar Andersson',
Expand Down

0 comments on commit 6c3eb73

Please sign in to comment.