Skip to content

Commit

Permalink
Merge branch 'release/v0.1.6'
Browse files Browse the repository at this point in the history
  • Loading branch information
singulared committed Feb 10, 2017
2 parents 7728259 + 49d04cc commit bcb68b4
Show file tree
Hide file tree
Showing 3 changed files with 12 additions and 5 deletions.
6 changes: 6 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,9 @@
## 0.1.6 (2017-02-10)

Fix:

- PyPi information and README

## 0.1.5 (2017-02-09)

Add:
Expand Down
8 changes: 4 additions & 4 deletions README.rst
Original file line number Diff line number Diff line change
Expand Up @@ -34,13 +34,13 @@ Operations timeout No
Security No
Riak Search No
MapReduce No
Tested python versions `3.5, 3.6 <travis_>`_
Tested Riak versions `2.1.3, 2.1.4 <travis_>`_
Tested python versions `3.5, 3.6 <travis_>`__
Tested Riak versions `2.1.3, 2.1.4 <travis_>`__
================================ ==============================

Documentation
-------------
You can read the docs here: `Documentation`_
You can read the docs here: `Documentation <Docs_>`__

Installation
------------
Expand Down Expand Up @@ -96,4 +96,4 @@ The aioriak is offered under `MIT license`_.

.. _MIT license: https://raw.githubusercontent.com/rambler-digital-solutions/aioriak/master/LICENSE.txt
.. _travis: https://travis-ci.org/rambler-digital-solutions/aioriak
.. _Documentation: http://aioriak.readthedocs.io/
.. _Docs: http://aioriak.readthedocs.io/
3 changes: 2 additions & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@

setup(
name='aioriak',
version='0.1.5',
version='0.1.6',
description='Async implementation of Riak DB python client',
author='Makc Belousov',
author_email='[email protected]',
Expand All @@ -31,6 +31,7 @@
'Development Status :: 3 - Alpha',
'Intended Audience :: Developers',
'License :: OSI Approved :: MIT License',
'Programming Language :: Python :: 3.6',
'Programming Language :: Python :: 3.5',
'Programming Language :: Python :: 3 :: Only',
'Topic :: Database',
Expand Down

0 comments on commit bcb68b4

Please sign in to comment.