We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 5942c3d commit e54c716Copy full SHA for e54c716
2 files changed
asgi_webdav/__init__.py
@@ -7,7 +7,7 @@
7
8
9
__name__ = "ASGIWebDAV"
10
-__version__ = "1.6.0"
+__version__ = "1.6.1"
11
12
__author__ = "Rex Zhang"
13
__author_email__ = "rex.zhang@gmail.com"
docs/changelog.en.md
@@ -1,5 +1,9 @@
1
# Changelog
2
3
+## 1.6.1 - 20251101
4
+
5
+- fix(docker): ldap depend miss
6
## 1.6.0 - 20251031
- feat: new config, `HTTPBasicAuth.cache_timeout`
0 commit comments