From 34d38cc0ec3cac731fb97f56cbf25ddf23eb2a89 Mon Sep 17 00:00:00 2001
From: =?UTF-8?q?Piotr=20Ma=C5=9Blanka?= <piotr.maslanka@ericsson.com>
Date: Mon, 2 Sep 2024 18:22:46 +0200
Subject: [PATCH] v1.4.0

---
 CHANGELOG.md         | 2 +-
 coolamqp/__init__.py | 2 +-
 2 files changed, 2 insertions(+), 2 deletions(-)

diff --git a/CHANGELOG.md b/CHANGELOG.md
index d162323..2e5aaae 100644
--- a/CHANGELOG.md
+++ b/CHANGELOG.md
@@ -10,4 +10,4 @@ Since v1.3.2 they'll be put here and in release description.
 * stress tests will be harder, and use more queues
 * added arguments to queues, queue binds and exchanges
 * creating auto_delete non-exclusive queues will be met with a [PendingDeprecationWarning](https://www.rabbitmq.com/blog/2021/08/21/4.0-deprecation-announcements)
-* added unit tests for Python 2.7
\ No newline at end of file
+* added unit tests for Python 2.7
diff --git a/coolamqp/__init__.py b/coolamqp/__init__.py
index 0e092e7..96e3ce8 100644
--- a/coolamqp/__init__.py
+++ b/coolamqp/__init__.py
@@ -1 +1 @@
-__version__ = '1.4.0b1'
+__version__ = '1.4.0'
-- 
GitLab