diff --git a/CHANGELOG.md b/CHANGELOG.md index f83f60724664a9e0a10c2258f53776031b449288..927d3e76ff8fa2913bfc68aff0ad9d7d5d9e7355 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 593fb6f6b1f88f85de741af87e4f986d73c108f9..b42870986d500297da165634832858772a974c5e 100644 --- a/coolamqp/__init__.py +++ b/coolamqp/__init__.py @@ -1 +1 @@ -__version__ = '1.2.6' +__version__ = '1.2.7_a1'