From c090002bb3f6b1f79415ebf9929beab84fd6aab2 Mon Sep 17 00:00:00 2001
From: =?UTF-8?q?Piotr=20Ma=C5=9Blanka?= <piotr.maslanka@henrietta.com.pl>
Date: Wed, 14 Oct 2020 14:34:37 +0200
Subject: [PATCH] ver bump

---
 CHANGELOG.md                    | 4 +---
 coolamqp/__init__.py            | 2 +-
 tests/test_clustering/test_a.py | 1 +
 3 files changed, 3 insertions(+), 4 deletions(-)

diff --git a/CHANGELOG.md b/CHANGELOG.md
index 41ef4c6..629d5e6 100644
--- a/CHANGELOG.md
+++ b/CHANGELOG.md
@@ -2,7 +2,5 @@ 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.9
-
-* allow calling ack() and nack() multiple times
+# v1.2.10
 
diff --git a/coolamqp/__init__.py b/coolamqp/__init__.py
index 5089ced..13a2f75 100644
--- a/coolamqp/__init__.py
+++ b/coolamqp/__init__.py
@@ -1 +1 @@
-__version__ = '1.2.9'
+__version__ = '1.2.10_a1'
diff --git a/tests/test_clustering/test_a.py b/tests/test_clustering/test_a.py
index eb71d46..d982b65 100644
--- a/tests/test_clustering/test_a.py
+++ b/tests/test_clustering/test_a.py
@@ -134,6 +134,7 @@ class TestA(unittest.TestCase):
         time.sleep(1)
 
         self.assertTrue(p['q'])
+        self.assertEquals(p['count'], 2)
 
     def test_message_with_propos_confirm(self):
         P = {'q': False}
-- 
GitLab