We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 51baed1 commit 14702a9Copy full SHA for 14702a9
2 files changed
asgi_webdav/__init__.py
@@ -7,7 +7,7 @@
7
8
9
__name__ = "ASGIWebDAV"
10
-__version__ = "1.4.2"
+__version__ = "1.5.0"
11
12
__author__ = "Rex Zhang"
13
__author_email__ = "rex.zhang@gmail.com"
docs/changelog.en.md
@@ -1,6 +1,6 @@
1
# Changelog
2
3
-## 1.5.0 - ?
+## 1.5.0 - 20250628
4
5
- Breaking Change
6
- feat: `config.Provider` has new `ignore_property_extra` poperty, default is `True`
0 commit comments