Skip to content

Commit c020597

Browse files
author
Petr Matousek
committed
UPD: Bump version number to 1.0.6 and changes update
1 parent 315d7cc commit c020597

2 files changed

Lines changed: 8 additions & 1 deletion

File tree

CHANGES.txt

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -29,3 +29,10 @@ v1.0.4 -- July 16, 2018
2929
v1.0.5 -- November 14, 2018
3030

3131
* new option for enabling/disabling SASL
32+
33+
v1.0.6 -- June 6, 2019
34+
35+
* new option --conn-use-config-file for read-config-file feature
36+
* use conn-urls properly in all clients
37+
* added support for handling on_released events
38+
* added support for timeout to sender

setup.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -40,7 +40,7 @@
4040
setup(
4141
name='cli-proton-python',
4242
# Versions should comply with PEP440.
43-
version='1.0.5',
43+
version='1.0.6',
4444
description="AMQP 1.0 Python Proton reactive clients set(sender, receiver, connector)",
4545
long_description=LONG_DESCRIPTION,
4646
url='https://github.com/rh-messaging/cli-proton-python',

0 commit comments

Comments
 (0)