prepare to publish v0.6

This commit is contained in:
Evgeny Ezhov 2018-02-21 10:11:41 +03:00
parent e4bb64aeab
commit 0d4364dbdb
2 changed files with 4 additions and 1 deletions

View file

@ -8,6 +8,9 @@ But uses `requests` instead of `PyCURL`
Release Notes Release Notes
============= =============
Version 0.6 21.03.2018
* Fixed issue with in extracting response for path
Version 0.5 03.12.2017 Version 0.5 03.12.2017
* Added method for setting of WebDAV resource property values in batch * Added method for setting of WebDAV resource property values in batch

View file

@ -6,7 +6,7 @@ from setuptools import setup, find_packages
from setuptools.command.install import install as InstallCommand from setuptools.command.install import install as InstallCommand
from setuptools.command.test import test as TestCommand from setuptools.command.test import test as TestCommand
version = "0.5" version = "0.6"
requirements = "libxml2-dev libxslt-dev python-dev" requirements = "libxml2-dev libxslt-dev python-dev"