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

Commit 501609a

Browse files
committed
version bumped
1 parent fd7f0a5 commit 501609a

File tree

3 files changed

+12
-3
lines changed

3 files changed

+12
-3
lines changed

CHANGES.txt

Lines changed: 10 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,10 +1,19 @@
11
Changes
22
-------
33

4-
0.2.1 (xxxx-xx-xx)
4+
0.2.2 (xxxx-xx-xx)
55
^^^^^^^^^^^^^^^^^^
66

77

8+
0.2.1 (2015-07-06)
9+
^^^^^^^^^^^^^^^^^^
10+
11+
* Logging added (aioredis.log module);
12+
13+
* Fixed issue with ``wait_message`` in pub/sub
14+
(see https://github.com/aio-libs/aioredis/issues/66);
15+
16+
817
0.2.0 (2015-06-04)
918
^^^^^^^^^^^^^^^^^^
1019

aioredis/__init__.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@
1111
)
1212

1313

14-
__version__ = '0.2.0'
14+
__version__ = '0.2.1'
1515

1616
# make pyflakes happy
1717
(create_connection, RedisConnection,

docs/conf.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -58,7 +58,7 @@
5858
# The short X.Y version.
5959
version = '0.2'
6060
# The full version, including alpha/beta/rc tags.
61-
release = '0.2.0'
61+
release = '0.2.1'
6262

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

0 commit comments

Comments
 (0)