prepare to publish
This commit is contained in:
parent
c5a5fc7854
commit
0c8a6f9419
2 changed files with 2 additions and 2 deletions
|
@ -7,7 +7,7 @@ But uses `requests` instead of `PyCURL`
|
||||||
|
|
||||||
Release Notes
|
Release Notes
|
||||||
=============
|
=============
|
||||||
Version 0.3 - TBD
|
Version 0.3 - 18.10.2017
|
||||||
* Refactoring of WebDAV client and making it works in following methods:
|
* Refactoring of WebDAV client and making it works in following methods:
|
||||||
- Getting of WebDAV resource property value
|
- Getting of WebDAV resource property value
|
||||||
- Setting of WebDAV resource property value
|
- Setting of WebDAV resource property value
|
||||||
|
|
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.install import install as InstallCommand
|
||||||
from setuptools.command.test import test as TestCommand
|
from setuptools.command.test import test as TestCommand
|
||||||
|
|
||||||
version = "0.2"
|
version = "0.3"
|
||||||
requirements = "libxml2-dev libxslt-dev python-dev"
|
requirements = "libxml2-dev libxslt-dev python-dev"
|
||||||
|
|
||||||
|
|
||||||
|
|
Loading…
Add table
Reference in a new issue