From 1af54ef4c50a015bdd6d1fbbad61c0dcb7eee808 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Piotr=20Ma=C5=9Blanka?= <piotr.maslanka@henrietta.com.pl> Date: Sat, 12 Sep 2020 22:11:44 +0200 Subject: [PATCH] version bump --- CHANGELOG.md | 4 +--- coolamqp/__init__.py | 2 +- 2 files changed, 2 insertions(+), 4 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 15ba448..50ce03d 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -2,6 +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.8 - -* added an option to disable tracing for particular calls +# v1.2.9 diff --git a/coolamqp/__init__.py b/coolamqp/__init__.py index 6a3fa6e..ae096f2 100644 --- a/coolamqp/__init__.py +++ b/coolamqp/__init__.py @@ -1 +1 @@ -__version__ = '1.2.8' +__version__ = '1.2.9_a1' -- GitLab