Skip to content
This repository was archived by the owner on Feb 21, 2023. It is now read-only.

Commit 45dd4f1

Browse files
committed
bump version to v0.3.5
1 parent 4ace62d commit 45dd4f1

File tree

6 files changed

+16
-3
lines changed

6 files changed

+16
-3
lines changed

.bumpversion.cfg

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
[bumpversion]
2-
current_version = 0.3.4
2+
current_version = 0.3.5
33
commit = True
44
tag = True
55

CHANGES.txt

Lines changed: 11 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,17 @@
11
Changes
22
-------
33

4+
0.3.5 (2017-11-08)
5+
^^^^^^^^^^^^^^^^^^
6+
7+
**FIX**:
8+
9+
* Fix for indistinguishable futures cancellation with
10+
``asyncio.CancelledError``
11+
(see `#316 <https://github.com/aio-libs/aioredis/pull/316>`_),
12+
cherry-picked from master;
13+
14+
415
0.3.4 (2017-10-25)
516
^^^^^^^^^^^^^^^^^^
617

MANIFEST.in

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -8,3 +8,4 @@ recursive-include examples *.py
88
recursive-include tests *.py
99
recursive-include docs *.rst
1010
include docs/_build/man/*.*
11+
include tests/ssl/*.*

aioredis/__init__.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@
1919
)
2020

2121

22-
__version__ = '0.3.4'
22+
__version__ = '0.3.5'
2323

2424
# make pyflakes happy
2525
(create_connection, RedisConnection,

docs/conf.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -69,7 +69,7 @@
6969
# The short X.Y version.
7070
version = '0.3'
7171
# The full version, including alpha/beta/rc tags.
72-
release = '0.3.4'
72+
release = '0.3.5'
7373

7474
# The language for content autogenerated by Sphinx. Refer to documentation
7575
# for a list of supported languages.

docs/spelling_wordlist.txt

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -9,6 +9,7 @@ asyncio
99
AutoConnector
1010
AUTH
1111
awaitable
12+
Backport
1213
behavior
1314
bitwise
1415
blpop

0 commit comments

Comments
 (0)