prepare to publish v0.6
This commit is contained in:
parent
0a93115956
commit
ab8dab6803
2 changed files with 4 additions and 1 deletions
|
@ -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
|
||||
|
||||
|
|
2
setup.py
2
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"
|
||||
|
||||
|
||||
|
|
Loading…
Add table
Reference in a new issue