Skip to content

Commit

Permalink
Merge branch 'release/v0.1.2'
Browse files Browse the repository at this point in the history
Closes #13
  • Loading branch information
singulared committed Jul 18, 2016
2 parents 4f261a1 + 8ca7efc commit cbddbe6
Show file tree
Hide file tree
Showing 4 changed files with 21 additions and 2 deletions.
8 changes: 7 additions & 1 deletion CHANGELOG.md
@@ -1,4 +1,10 @@
## 0.1.1 (2016-05-12)
## 0.1.2 (2016-07-18)

Fix:

- readthedocs documentation autobuild process with python3.5

## 0.1.1 (2016-07-06)

Fix:

Expand Down
10 changes: 10 additions & 0 deletions environment.yml
@@ -0,0 +1,10 @@
name: py35
dependencies:
- python=3.5.1=0
- pip:
- Sphinx==1.4.1
- sphinx-autobuild==0.6.0
- sphinx-rtd-theme==0.1.9
- sphinxcontrib-asyncio==0.2.0
- python3-riak-pb==2.1.0.6
- riak==2.3.0
3 changes: 3 additions & 0 deletions readthedocs.yml
@@ -0,0 +1,3 @@
pip_install: true
conda:
file: environment.yml
2 changes: 1 addition & 1 deletion setup.py
Expand Up @@ -4,7 +4,7 @@

setup(
name='aioriak',
version='0.1.1',
version='0.1.2',
description='Async implementation of Riak DB python client',
author='Makc Belousov',
author_email='m.belousov@rambler-co.ru',
Expand Down

0 comments on commit cbddbe6

Please sign in to comment.