Update README.rst
This commit is contained in:
parent
88530c86c4
commit
d06c1f381a
1 changed files with 22 additions and 18 deletions
22
README.rst
22
README.rst
|
@ -1,34 +1,38 @@
|
|||
webdavclient3 [](https://travis-ci.com/ezhov-evgeny/webdav-client-python-3)
|
||||
webdavclient3
|
||||
=============
|
||||
|
||||
.. image:: https://travis-ci.com/ezhov-evgeny/webdav-client-python-3.svg?branch=master
|
||||
:target: https://travis-ci.com/ezhov-evgeny/webdav-client-python-3
|
||||
|
||||
|
||||
Based on https://github.com/designerror/webdav-client-python
|
||||
But uses `requests` instead of `PyCURL`
|
||||
|
||||
Release Notes
|
||||
=============
|
||||
|
||||
Version 0.9 – 07.05.2018
|
||||
**Version 0.9 – 10.05.2018**
|
||||
* Tests are updated
|
||||
* Added Travis-CI
|
||||
|
||||
Version 0.8 – 07.05.2018
|
||||
**Version 0.8 – 07.05.2018**
|
||||
* Fixed issue in extract_response_for_path when a link in "href" attribute is an absolute link by https://github.com/a1ezzz
|
||||
|
||||
Version 0.7 – 16.03.2018
|
||||
**Version 0.7 – 16.03.2018**
|
||||
* Fixed issue with wrong argument for resource creation by https://github.com/janLo
|
||||
|
||||
Version 0.6 – 21.02.2018
|
||||
**Version 0.6 – 21.02.2018**
|
||||
* Fixed issue with in extracting response for path by https://github.com/mightydok
|
||||
|
||||
Version 0.5 – 03.12.2017
|
||||
**Version 0.5 – 03.12.2017**
|
||||
* Added method for setting of WebDAV resource property values in batch
|
||||
|
||||
Version 0.4 - 27.11.2017
|
||||
**Version 0.4 - 27.11.2017**
|
||||
* Refactoring of WebDAV client and making it works in following methods:
|
||||
- Checking is remote resource directory
|
||||
- Fixed problem when connection lost during request executing and nothing was happened, now it raises an exception
|
||||
|
||||
Version 0.3 - 18.10.2017
|
||||
**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
|
||||
|
@ -37,7 +41,7 @@ Version 0.3 - 18.10.2017
|
|||
- Deleting of resource on WebDAV server
|
||||
- Getting of information about WebDAV resource
|
||||
|
||||
Version 0.2 - 11.09.2017
|
||||
**Version 0.2 - 11.09.2017**
|
||||
* Refactoring of WebDAV client and making it works in following methods:
|
||||
- Constructor with connecting to WebDAV
|
||||
- Getting a list of resources on WebDAV
|
||||
|
|
Loading…
Add table
Reference in a new issue