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 ecf707f commit e4f9c50Copy full SHA for e4f9c50
HISTORY.rst
@@ -1,6 +1,12 @@
1
Release notes
2
=============
3
4
+0.4.2 (2021/03/10)
5
+------------------
6
+- added caching support
7
+ [joequant]
8
+
9
10
0.4.1 (2021/03/09)
11
------------------
12
- fixes merge conflict
setup.py
@@ -50,5 +50,5 @@
50
tests_require=['docker'],
51
test_suite='webdavfs.tests',
52
url="http://pypi.python.org/pypi/fs.webdavfs/",
53
- version="0.4.1"
+ version="0.4.2"
54
)
0 commit comments