update readme

This commit is contained in:
Evgeny Ezhov 2018-05-10 12:57:23 +03:00
parent bf10244d19
commit 3d8e35abb8

View file

@ -4,10 +4,15 @@ webdavclient3
Based on https://github.com/designerror/webdav-client-python Based on https://github.com/designerror/webdav-client-python
But uses `requests` instead of `PyCURL` But uses `requests` instead of `PyCURL`
[![Build Status](https://travis-ci.com/ezhov-evgeny/webdav-client-python-3.svg?branch=master)](https://travis-ci.com/ezhov-evgeny/webdav-client-python-3)
Release Notes Release Notes
============= =============
Version 0.9 07.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 * Fixed issue in extract_response_for_path when a link in "href" attribute is an absolute link by https://github.com/a1ezzz