We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 4139d39 commit 981fd7aCopy full SHA for 981fd7a
HISTORY.rst
@@ -1,6 +1,17 @@
1
Release notes
2
=============
3
4
+0.4.0 (2021/03/09)
5
+------------------
6
+- fixes situation where there is no display name
7
+ [joequant]
8
+- use webdavclient3
9
10
+- fix non-standard ports for webdav
11
12
+- added caching support
13
14
+
15
0.3.8 (2020/06/25)
16
------------------
17
- fixed port handling for webdavs:// in opener
setup.py
@@ -52,5 +52,5 @@
52
tests_require=['docker'],
53
test_suite='webdavfs.tests',
54
url="http://pypi.python.org/pypi/fs.webdavfs/",
55
- version="0.3.8"
+ version="0.4.0"
56
)
0 commit comments