Skip to content
Snippets Groups Projects
Commit f062a461 authored by Piotr Maślanka's avatar Piotr Maślanka
Browse files

ver bump

parent 5c2e8281
No related branches found
No related tags found
No related merge requests found
......@@ -50,6 +50,9 @@ if you need every CPU cycle you can get.
## What's new
* v0.89.2:
* TBA
* v0.89.1:
* **Critical bugfix**: messages larger than a frame got corrupted
......
......@@ -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.89.1', 'S')),
(b'version', (b'0.89.2', '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')),
......
......@@ -4,12 +4,12 @@ from setuptools import setup
setup(name=u'CoolAMQP',
version='0.89.1',
version='0.89.2',
description=u'Very fast pure-Python AMQP client',
author=u'DMS Serwis s.c.',
author_email=u'piotrm@smok.co',
url=u'https://github.com/smok-serwis/coolamqp',
download_url='https://github.com/smok-serwis/coolamqp/archive/v0.89.1.zip',
download_url='https://github.com/smok-serwis/coolamqp/archive/v0.89.2.zip',
keywords=['amqp', 'rabbitmq', 'client', 'network', 'ha', 'high availability'],
packages=[
'coolamqp',
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment