From 54ade18e43d7da1e2613a3d05a51fb3d86311f41 Mon Sep 17 00:00:00 2001 From: dzen Date: Wed, 20 Nov 2019 10:32:43 +0100 Subject: [PATCH] Release version v0.14.0 --- aioamqp/version.py | 2 +- docs/changelog.rst | 3 +++ 2 files changed, 4 insertions(+), 1 deletion(-) diff --git a/aioamqp/version.py b/aioamqp/version.py index da45e52..688e8d5 100644 --- a/aioamqp/version.py +++ b/aioamqp/version.py @@ -1,2 +1,2 @@ -__version__ = '0.13.0' +__version__ = '0.14.0' __packagename__ = 'aioamqp' diff --git a/docs/changelog.rst b/docs/changelog.rst index df2b71e..0939ca4 100644 --- a/docs/changelog.rst +++ b/docs/changelog.rst @@ -4,6 +4,9 @@ Changelog Next release ------------ +Aioamqp 0.14.0 +-------------- + * Fix ``waiter already exist`` issue when creating multiple queues (closes #105). * Rename ``type`` to ``message_type`` in constant.Properties object to be full compatible with pamqp. * Add python 3.8 support.