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 8253ccd commit 87704e2Copy full SHA for 87704e2
HISTORY.rst
@@ -1,6 +1,10 @@
1
Release notes
2
=============
3
4
+0.4.1 (2021/03/09)
5
+------------------
6
+- fixes merge conflict
7
+
8
0.4.0 (2021/03/09)
9
------------------
10
- fixes situation where there is no display name
@@ -9,8 +13,6 @@ Release notes
13
[joequant]
14
- fix non-standard ports for webdav
11
15
12
-- added caching support
- [joequant]
16
17
0.3.8 (2020/06/25)
18
setup.py
@@ -49,5 +49,5 @@
49
tests_require=['docker'],
50
test_suite='webdavfs.tests',
51
url="http://pypi.python.org/pypi/fs.webdavfs/",
52
- version="0.4.0"
+ version="0.4.1"
53
)
0 commit comments