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

readme

parent da8efd0b
No related branches found
No related tags found
No related merge requests found
...@@ -22,4 +22,8 @@ Enjoy! ...@@ -22,4 +22,8 @@ Enjoy!
## Notes ## Notes
Assertions are sprinkled throughout the code. You may wish to run with optimizations enabled Assertions are sprinkled throughout the code. You may wish to run with optimizations enabled
if you need every CPU cycle you can get. if you need every CPU cycle you can get.
\ No newline at end of file
**v0.8** series has unstable API.
**v0.9** series will have a stable API.
\ No newline at end of file
...@@ -4,7 +4,7 @@ from setuptools import setup ...@@ -4,7 +4,7 @@ from setuptools import setup
setup(name='CoolAMQP', setup(name='CoolAMQP',
version='0.12', version='0.8',
description='AMQP client with sane reconnects', description='AMQP client with sane reconnects',
author='DMS Serwis s.c.', author='DMS Serwis s.c.',
author_email='piotrm@smok.co', author_email='piotrm@smok.co',
......
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