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

bump

parent 5de27ff4
No related branches found
No related tags found
No related merge requests found
...@@ -31,7 +31,7 @@ CoolAMQP won't touch your messages. It's your bags o'bytes, and your properties. ...@@ -31,7 +31,7 @@ CoolAMQP won't touch your messages. It's your bags o'bytes, and your properties.
Enjoy! Enjoy!
_Watch out for memoryviews!_ _Watch out for memoryviews!_ They're here to stay.
## Notes ## Notes
...@@ -47,8 +47,9 @@ if you need every CPU cycle you can get. ...@@ -47,8 +47,9 @@ if you need every CPU cycle you can get.
## What's new ## What's new
* v0.90: * v0.90:
* You can pick how your received _message.body_ will look like - bytes, memoryview, or maybe * first release with a *stable API*
a totally zero-copy list of memoryviews? * 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: * v0.89.1:
* **Critical bugfix**: messages larger than a frame got corrupted * **Critical bugfix**: messages larger than a frame got corrupted
......
...@@ -57,9 +57,9 @@ author = u'DMS Serwis s.c.' ...@@ -57,9 +57,9 @@ author = u'DMS Serwis s.c.'
# built documents. # built documents.
# #
# The short X.Y version. # The short X.Y version.
version = '0.89' version = '0.90'
# The full version, including alpha/beta/rc tags. # 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 # The language for content autogenerated by Sphinx. Refer to documentation
# for a list of supported languages. # for a list of supported languages.
......
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