Skip to content
Snippets Groups Projects
Commit c090002b authored by Piotr Maślanka's avatar Piotr Maślanka
Browse files

ver bump

parent c89d1ee4
No related branches found
No related tags found
No related merge requests found
......@@ -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
__version__ = '1.2.9'
__version__ = '1.2.10_a1'
......@@ -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}
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment