From 55906704b4f025939340fc17858b0a920b23825c Mon Sep 17 00:00:00 2001
From: =?UTF-8?q?Piotr=20Ma=C5=9Blanka?= <piotr.maslanka@henrietta.com.pl>
Date: Fri, 27 Dec 2019 15:20:44 +0100
Subject: [PATCH] v0.96 released

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

diff --git a/CHANGELOG.md b/CHANGELOG.md
index 7abe425..8d9b8b7 100644
--- a/CHANGELOG.md
+++ b/CHANGELOG.md
@@ -2,6 +2,7 @@
 
 * Python 3.6 and 3.7 officially supported and tested against. Also same done for PyPY 3.5
 * fixing #40
+* added #32
 
 * v0.95:
 
diff --git a/coolamqp/uplink/handshake.py b/coolamqp/uplink/handshake.py
index f1829f5..c62d727 100644
--- a/coolamqp/uplink/handshake.py
+++ b/coolamqp/uplink/handshake.py
@@ -23,7 +23,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.91', 'S')),
+    (b'version', (b'0.96', 'S')),
     (b'copyright', (b'Copyright (C) 2016-2017 DMS Serwis', 'S')),
     (
         b'information', (
diff --git a/setup.cfg b/setup.cfg
index b20709d..3ef100c 100644
--- a/setup.cfg
+++ b/setup.cfg
@@ -1,7 +1,7 @@
 [metadata]
 description-file = README.md
 name = CoolAMQP
-version = 0.96a2
+version = 0.96
 license = MIT License
 classifiers = 
     Programming Language :: Python
-- 
GitLab