From 45dd4f112789c6e433489aa660d5d71554b4ede2 Mon Sep 17 00:00:00 2001 From: Alexey Popravka Date: Wed, 8 Nov 2017 17:03:55 +0200 Subject: [PATCH] bump version to v0.3.5 --- .bumpversion.cfg | 2 +- CHANGES.txt | 11 +++++++++++ MANIFEST.in | 1 + aioredis/__init__.py | 2 +- docs/conf.py | 2 +- docs/spelling_wordlist.txt | 1 + 6 files changed, 16 insertions(+), 3 deletions(-) diff --git a/.bumpversion.cfg b/.bumpversion.cfg index 74ac690c7..25f91e269 100644 --- a/.bumpversion.cfg +++ b/.bumpversion.cfg @@ -1,5 +1,5 @@ [bumpversion] -current_version = 0.3.4 +current_version = 0.3.5 commit = True tag = True diff --git a/CHANGES.txt b/CHANGES.txt index e8688a3fc..fd8eaa5a5 100644 --- a/CHANGES.txt +++ b/CHANGES.txt @@ -1,6 +1,17 @@ Changes ------- +0.3.5 (2017-11-08) +^^^^^^^^^^^^^^^^^^ + +**FIX**: + +* Fix for indistinguishable futures cancellation with + ``asyncio.CancelledError`` + (see `#316 `_), + cherry-picked from master; + + 0.3.4 (2017-10-25) ^^^^^^^^^^^^^^^^^^ diff --git a/MANIFEST.in b/MANIFEST.in index ffd580c85..9973721f2 100644 --- a/MANIFEST.in +++ b/MANIFEST.in @@ -8,3 +8,4 @@ recursive-include examples *.py recursive-include tests *.py recursive-include docs *.rst include docs/_build/man/*.* +include tests/ssl/*.* diff --git a/aioredis/__init__.py b/aioredis/__init__.py index ee5400fa1..090663c4c 100644 --- a/aioredis/__init__.py +++ b/aioredis/__init__.py @@ -19,7 +19,7 @@ ) -__version__ = '0.3.4' +__version__ = '0.3.5' # make pyflakes happy (create_connection, RedisConnection, diff --git a/docs/conf.py b/docs/conf.py index 9b6a90895..ed00e14c7 100644 --- a/docs/conf.py +++ b/docs/conf.py @@ -69,7 +69,7 @@ # The short X.Y version. version = '0.3' # The full version, including alpha/beta/rc tags. -release = '0.3.4' +release = '0.3.5' # The language for content autogenerated by Sphinx. Refer to documentation # for a list of supported languages. diff --git a/docs/spelling_wordlist.txt b/docs/spelling_wordlist.txt index 7c8dde466..f77e72a62 100644 --- a/docs/spelling_wordlist.txt +++ b/docs/spelling_wordlist.txt @@ -9,6 +9,7 @@ asyncio AutoConnector AUTH awaitable +Backport behavior bitwise blpop