From ed2c7f1be766a3acf8ab959b83a23eacf691c085 Mon Sep 17 00:00:00 2001
From: Piotr Maslanka <piotr.maslanka@henrietta.com.pl>
Date: Sun, 5 Feb 2017 05:58:06 +0100
Subject: [PATCH] bump

---
 README.md    | 7 ++++---
 docs/conf.py | 4 ++--
 2 files changed, 6 insertions(+), 5 deletions(-)

diff --git a/README.md b/README.md
index fb2f4df..22a31f5 100644
--- a/README.md
+++ b/README.md
@@ -31,7 +31,7 @@ CoolAMQP won't touch your messages. It's your bags o'bytes, and your properties.
 
 Enjoy!
 
-_Watch out for memoryviews!_
+_Watch out for memoryviews!_ They're here to stay.
 
 
 ## Notes
@@ -47,8 +47,9 @@ if you need every CPU cycle you can get.
 ## What's new
 
 * v0.90:
-  * You can pick how your received _message.body_ will look like - bytes, memoryview, or maybe
-    a totally zero-copy list of memoryviews?
+  * first release with a *stable API*
+  * You can pick how your received _message.body_ will look like - bytes, 
+  a zero-copy-for-short-messages memoryview, or maybe a totally zero-copy list of memoryviews?
 
 * v0.89.1:
   * **Critical bugfix**: messages larger than a frame got corrupted
diff --git a/docs/conf.py b/docs/conf.py
index d39ce2f..b6cb347 100644
--- a/docs/conf.py
+++ b/docs/conf.py
@@ -57,9 +57,9 @@ author = u'DMS Serwis s.c.'
 # built documents.
 #
 # The short X.Y version.
-version = '0.89'
+version = '0.90'
 # The full version, including alpha/beta/rc tags.
-release = u'0.89.1-rc'
+release = u'0.90-rc'
 
 # The language for content autogenerated by Sphinx. Refer to documentation
 # for a list of supported languages.
-- 
GitLab