From ff13a2e9816fea01b447857275ebd3238bf2dcc5 Mon Sep 17 00:00:00 2001 From: Evgeny Ezhov Date: Fri, 16 Mar 2018 09:24:13 +0300 Subject: [PATCH] prepare to publish v0.6.1 --- README.rst | 5 ++++- setup.py | 2 +- 2 files changed, 5 insertions(+), 2 deletions(-) diff --git a/README.rst b/README.rst index 5539274..85fd658 100644 --- a/README.rst +++ b/README.rst @@ -8,7 +8,10 @@ But uses `requests` instead of `PyCURL` Release Notes ============= -Version 0.6 – 21.03.2018 +Version 0.6.1 – 16.03.2018 +* Fixed issue with wrong argument for resource creation + +Version 0.6 – 21.02.2018 * Fixed issue with in extracting response for path Version 0.5 – 03.12.2017 diff --git a/setup.py b/setup.py index ddd88d3..18fe9ca 100644 --- a/setup.py +++ b/setup.py @@ -6,7 +6,7 @@ from setuptools import setup, find_packages from setuptools.command.install import install as InstallCommand from setuptools.command.test import test as TestCommand -version = "0.6" +version = "0.6.1" requirements = "libxml2-dev libxslt-dev python-dev"