From 8b43e80144eec43d7038490b1a95381d4ff3bceb Mon Sep 17 00:00:00 2001
From: Piotr Maslanka <piotr.maslanka@henrietta.com.pl>
Date: Sat, 28 Jan 2017 15:38:22 +0100
Subject: [PATCH] version bump

---
 README.md                    | 3 +++
 coolamqp/uplink/handshake.py | 2 +-
 setup.py                     | 2 +-
 3 files changed, 5 insertions(+), 2 deletions(-)

diff --git a/README.md b/README.md
index f28da26..1fd123e 100644
--- a/README.md
+++ b/README.md
@@ -41,6 +41,9 @@ if you need every CPU cycle you can get.
 
 ## What's new
 
+* v0.89: 
+   * TBA
+
 * v0.88:
     * **API changes:**
         * Cluster.start will RuntimeError if called more than once
diff --git a/coolamqp/uplink/handshake.py b/coolamqp/uplink/handshake.py
index ddfd0e5..8fb82e1 100644
--- a/coolamqp/uplink/handshake.py
+++ b/coolamqp/uplink/handshake.py
@@ -22,7 +22,7 @@ CLIENT_DATA = [
         # because RabbitMQ is some kind of a fascist and does not allow
         # these fields to be of type short-string
         (b'product', (b'CoolAMQP', 'S')),
-        (b'version', (b'0.88', 'S')),
+        (b'version', (b'0.89', 'S')),
         (b'copyright', (b'Copyright (C) 2016-2017 DMS Serwis', 'S')),
         (b'information', (b'Licensed under the MIT License.\nSee https://github.com/smok-serwis/coolamqp for details', 'S')),
         (b'capabilities', ([(capa, (True, 't')) for capa in SUPPORTED_EXTENSIONS], 'F')),
diff --git a/setup.py b/setup.py
index 84cb1e9..2659a26 100644
--- a/setup.py
+++ b/setup.py
@@ -4,7 +4,7 @@ from setuptools import setup
 
 
 setup(name=u'CoolAMQP',
-      version='0.88',
+      version='0.89',
       description=u'The fastest AMQP client',
       author=u'DMS Serwis s.c.',
       author_email=u'piotrm@smok.co',
-- 
GitLab