From 3c995b82a5565a1da10e924cbd994120f0858cc0 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Piotr=20Ma=C5=9Blanka?= <piotr.maslanka@henrietta.com.pl> Date: Thu, 9 Jul 2020 18:32:39 +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 f83f607..927d3e7 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -2,8 +2,6 @@ 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.6 +# v1.2.7 -* repr improved for methods that were received from the server and had memoryview's in them -* is far more friendly on Windows, which doesn't have epoll diff --git a/coolamqp/__init__.py b/coolamqp/__init__.py index 593fb6f..b428709 100644 --- a/coolamqp/__init__.py +++ b/coolamqp/__init__.py @@ -1 +1 @@ -__version__ = '1.2.6' +__version__ = '1.2.7_a1' -- GitLab