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

Commit

Permalink
bump version to v0.3.5
Browse files Browse the repository at this point in the history
  • Loading branch information
popravich committed Nov 8, 2017
1 parent 4ace62d commit 45dd4f1
Show file tree
Hide file tree
Showing 6 changed files with 16 additions and 3 deletions.
2 changes: 1 addition & 1 deletion .bumpversion.cfg
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
[bumpversion]
current_version = 0.3.4
current_version = 0.3.5
commit = True
tag = True

Expand Down
11 changes: 11 additions & 0 deletions CHANGES.txt
Original file line number Diff line number Diff line change
@@ -1,6 +1,17 @@
Changes
-------

0.3.5 (2017-11-08)
^^^^^^^^^^^^^^^^^^

**FIX**:

* Fix for indistinguishable futures cancellation with
``asyncio.CancelledError``
(see `#316 <https://github.com/aio-libs/aioredis/pull/316>`_),
cherry-picked from master;


0.3.4 (2017-10-25)
^^^^^^^^^^^^^^^^^^

Expand Down
1 change: 1 addition & 0 deletions MANIFEST.in
Original file line number Diff line number Diff line change
Expand Up @@ -8,3 +8,4 @@ recursive-include examples *.py
recursive-include tests *.py
recursive-include docs *.rst
include docs/_build/man/*.*
include tests/ssl/*.*
2 changes: 1 addition & 1 deletion aioredis/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@
)


__version__ = '0.3.4'
__version__ = '0.3.5'

# make pyflakes happy
(create_connection, RedisConnection,
Expand Down
2 changes: 1 addition & 1 deletion docs/conf.py
Original file line number Diff line number Diff line change
Expand Up @@ -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.
Expand Down
1 change: 1 addition & 0 deletions docs/spelling_wordlist.txt
Original file line number Diff line number Diff line change
Expand Up @@ -9,6 +9,7 @@ asyncio
AutoConnector
AUTH
awaitable
Backport
behavior
bitwise
blpop
Expand Down

0 comments on commit 45dd4f1

Please sign in to comment.