From 21adeddcd2091d7cbf8a642ff08bba997de1d399 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Piotr=20Ma=C5=9Blanka?= <piotr.maslanka@henrietta.com.pl> Date: Tue, 6 Apr 2021 14:51:04 +0200 Subject: [PATCH] ver bump --- CHANGELOG.md | 9 +-------- coolamqp/__init__.py | 2 +- 2 files changed, 2 insertions(+), 9 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 96ea031..82ce6eb 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -2,11 +2,4 @@ The changelog is kept as [release notes](https://github.com/smok-serwis/coolamqp on GitHub. This file serves to only note what changes have been made so far, between releases. -# v1.2.14 - -* added __slots__ to `AMQPContentPropertyList` - * without __slots__ in the base class the compiled classes - gained no boost from __slots__ being specified for them whatsoever -* fixed __str__ in `AMQPContentPropertyList` -* added __slots__ to `AMQPFrame` -* removed redundant logging in `coolamqp.uplink.connection.connection` +# v1.2.15 diff --git a/coolamqp/__init__.py b/coolamqp/__init__.py index 3f09991..a66f470 100644 --- a/coolamqp/__init__.py +++ b/coolamqp/__init__.py @@ -1 +1 @@ -__version__ = '1.2.14' +__version__ = '1.2.15a1' -- GitLab