prepare to publish

This commit is contained in:
evgeny.ezhov 2017-10-18 21:38:38 +03:00
parent c5a5fc7854
commit 0c8a6f9419
2 changed files with 2 additions and 2 deletions

View file

@ -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

View file

@ -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"