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

Commit

Permalink
version bumped
Browse files Browse the repository at this point in the history
  • Loading branch information
popravich committed Aug 8, 2014
1 parent a276468 commit f7d5e8e
Show file tree
Hide file tree
Showing 3 changed files with 22 additions and 5 deletions.
23 changes: 20 additions & 3 deletions CHANGES.txt
Original file line number Diff line number Diff line change
Expand Up @@ -6,11 +6,28 @@ Changes

* High-level commands implemented:

* generic commands;
* generic commands (tests);
* transactions commands (api stabilization).


0.1.3 (2014-08-08)
^^^^^^^^^^^^^^^^^^

* RedisConnection.execute refactored to support commands pipelining
(see http://github.com/aio-libs/aioredis/issues/33);

* Several fixes;

* WIP on transactions and commands interface;

* High-level commands implemented and tested:

* hash commands;
* hyperloglog commands;
* set commands;
* strings commands;
* transactions commands.
* scripting commands;
* string commands;
* list commands;


0.1.2 (2014-07-31)
Expand Down
2 changes: 1 addition & 1 deletion aioredis/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
from .errors import RedisError, ProtocolError, ReplyError


__version__ = '0.1.2'
__version__ = '0.1.3'

# 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 @@ -58,7 +58,7 @@
# The short X.Y version.
version = '0.1'
# The full version, including alpha/beta/rc tags.
release = '0.1.2'
release = '0.1.3'

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

0 comments on commit f7d5e8e

Please sign in to comment.