From 0d4364dbdbc7a05ce4bc5be8fb89701393be0efb Mon Sep 17 00:00:00 2001 From: Evgeny Ezhov Date: Wed, 21 Feb 2018 10:11:41 +0300 Subject: [PATCH] prepare to publish v0.6 --- README.rst | 3 +++ setup.py | 2 +- 2 files changed, 4 insertions(+), 1 deletion(-) 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"