From 1197a771591f00d0158c73e426ed7d6ff2c2ce1a Mon Sep 17 00:00:00 2001
From: Piotr Maslanka <piotr.maslanka@henrietta.com.pl>
Date: Tue, 10 Jan 2017 03:43:58 +0100
Subject: [PATCH] readme

---
 README.md | 6 +++++-
 setup.py  | 2 +-
 2 files changed, 6 insertions(+), 2 deletions(-)

diff --git a/README.md b/README.md
index 5d34751..feb5132 100644
--- a/README.md
+++ b/README.md
@@ -22,4 +22,8 @@ Enjoy!
 
 ## Notes
 Assertions are sprinkled throughout the code. You may wish to run with optimizations enabled
-if you need every CPU cycle you can get.
\ No newline at end of file
+if you need every CPU cycle you can get.
+
+**v0.8** series has unstable API.
+
+**v0.9** series will have a stable API.
\ No newline at end of file
diff --git a/setup.py b/setup.py
index 94c0c3c..c438ee9 100644
--- a/setup.py
+++ b/setup.py
@@ -4,7 +4,7 @@ from setuptools import setup
 
 
 setup(name='CoolAMQP',
-      version='0.12',
+      version='0.8',
       description='AMQP client with sane reconnects',
       author='DMS Serwis s.c.',
       author_email='piotrm@smok.co',
-- 
GitLab