We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent cc98f92 commit eeb8522Copy full SHA for eeb8522
2 files changed
asgi_webdav/__init__.py
@@ -7,7 +7,7 @@
7
8
9
__name__ = "ASGIWebDAV"
10
-__version__ = "1.6.1"
+__version__ = "1.6.2"
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.2 - 20251216
4
+
5
+- fix: use absolute path for multi-suffix config files
6
## 1.6.1 - 20251101
- fix(docker): ldap depend miss
0 commit comments