diff --git a/README.rst b/README.rst index e13d46e..5539274 100644 --- a/README.rst +++ b/README.rst @@ -8,6 +8,9 @@ But uses `requests` instead of `PyCURL` Release Notes ============= +Version 0.6 – 21.03.2018 +* Fixed issue with in extracting response for path + Version 0.5 – 03.12.2017 * Added method for setting of WebDAV resource property values in batch diff --git a/setup.py b/setup.py index e1df794..ddd88d3 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.5" +version = "0.6" requirements = "libxml2-dev libxslt-dev python-dev"