Skip to content

Commit

Permalink
Merge branch 'release/v0.1.3'
Browse files Browse the repository at this point in the history
  • Loading branch information
singulared committed Oct 28, 2016
2 parents 34bb5b9 + 5ee22f0 commit 044ac03
Show file tree
Hide file tree
Showing 3 changed files with 9 additions and 3 deletions.
6 changes: 6 additions & 0 deletions CHANGELOG.md
@@ -1,3 +1,9 @@
## 0.1.3 (2016-10-28)

Update:

- Update official riak client requirement to 2.5.5

## 0.1.2 (2016-07-18)

Fix:
Expand Down
2 changes: 1 addition & 1 deletion aioriak/transport.py
Expand Up @@ -3,7 +3,7 @@
import struct
import riak_pb
from riak_pb import messages
from riak.transports.pbc import codec
from riak.codecs import pbuf as codec
from aioriak.content import RiakContent
from riak.riak_object import VClock
from riak.util import decode_index_value, bytes_to_str, str_to_bytes
Expand Down
4 changes: 2 additions & 2 deletions setup.py
Expand Up @@ -4,7 +4,7 @@

setup(
name='aioriak',
version='0.1.2',
version='0.1.3',
description='Async implementation of Riak DB python client',
author='Makc Belousov',
author_email='m.belousov@rambler-co.ru',
Expand All @@ -16,7 +16,7 @@
license='MIT',
install_requires=[
'python3-riak-pb==2.1.0.6',
'riak==2.3.0',
'riak==2.5.5',
],
tests_require=['nose==1.3.7',
'coverage==4.0.3'],
Expand Down

0 comments on commit 044ac03

Please sign in to comment.