From 33cb0baac8b21f8692e555db7b283d2e9972b75c Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Piotr=20Ma=C5=9Blanka?= <piotr.maslanka@henrietta.com.pl> Date: Tue, 15 Oct 2024 10:18:45 +0200 Subject: [PATCH] changelog --- README.md | 1 + coolamqp/__init__.py | 2 +- 2 files changed, 2 insertions(+), 1 deletion(-) diff --git a/README.md b/README.md index 47007d9..1fe7ba2 100644 --- a/README.md +++ b/README.md @@ -22,6 +22,7 @@ Why CoolAMQP? ------------- * tested against all versions of RabbitMQ 3.x (with testing with RabbitMQ 4.x pending) + * automatic tests check against RabbitMQ 3.10 and RabbitMQ 4.0 * AMQP 0.9.1 client that's native Python * heavily optimized for speed * geared towards interfacing with [RabbitMQ](https://www.rabbitmq.com/) diff --git a/coolamqp/__init__.py b/coolamqp/__init__.py index 4e7c72a..955cb63 100644 --- a/coolamqp/__init__.py +++ b/coolamqp/__init__.py @@ -1 +1 @@ -__version__ = '1.4.3' +__version__ = '1.4.4a1' -- GitLab