diff --git a/README.rst b/README.rst index 5930284..dcc3158 100644 --- a/README.rst +++ b/README.rst @@ -7,7 +7,7 @@ But uses `requests` instead of `PyCURL` Release Notes ============= -Version 0.3 - TBD +Version 0.3 - 18.10.2017 * Refactoring of WebDAV client and making it works in following methods: - Getting of WebDAV resource property value - Setting of WebDAV resource property value diff --git a/setup.py b/setup.py index 36bf900..df7127b 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.2" +version = "0.3" requirements = "libxml2-dev libxslt-dev python-dev"