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

Commit 7a26c16

Browse files
committed
bump version to v0.3.3
1 parent 1082256 commit 7a26c16

4 files changed

Lines changed: 12 additions & 3 deletions

File tree

.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.2
2+
current_version = 0.3.3
33
commit = True
44
tag = True
55

CHANGES.txt

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

4+
0.3.3 (2017-06-30)
5+
^^^^^^^^^^^^^^^^^^
6+
7+
**FIX**:
8+
9+
* Critical bug fixed in patched asyncio.Lock
10+
(see `#256 <https://github.com/aio-libs/aioredis/pull/256>`_);
11+
12+
413
0.3.2 (2017-06-21)
514
^^^^^^^^^^^^^^^^^^
615

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.2'
22+
__version__ = '0.3.3'
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.2'
72+
release = '0.3.3'
7373

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

0 commit comments

Comments
 (0)