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"