From 0c8a6f9419c5494b26e536f767b8790f1706f4cd Mon Sep 17 00:00:00 2001 From: "evgeny.ezhov" Date: Wed, 18 Oct 2017 21:38:38 +0300 Subject: [PATCH] prepare to publish --- README.rst | 2 +- setup.py | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) 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"