Skip to content

Commit e54c716

Browse files
committed
build: bump version to v1.6.1
1 parent 5942c3d commit e54c716

2 files changed

Lines changed: 5 additions & 1 deletion

File tree

asgi_webdav/__init__.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@
77

88

99
__name__ = "ASGIWebDAV"
10-
__version__ = "1.6.0"
10+
__version__ = "1.6.1"
1111

1212
__author__ = "Rex Zhang"
1313
__author_email__ = "rex.zhang@gmail.com"

docs/changelog.en.md

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,9 @@
11
# Changelog
22

3+
## 1.6.1 - 20251101
4+
5+
- fix(docker): ldap depend miss
6+
37
## 1.6.0 - 20251031
48

59
- feat: new config, `HTTPBasicAuth.cache_timeout`

0 commit comments

Comments
 (0)