Skip to content

Commit 1e70d62

Browse files
committed
chore: bump version to 2.0.1
1 parent 52018c2 commit 1e70d62

4 files changed

Lines changed: 8 additions & 5 deletions

File tree

.pre-commit-config.yaml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -5,12 +5,12 @@ repos:
55
- id: pyupgrade
66
args: ["--py310-plus"]
77
- repo: https://github.com/psf/black
8-
rev: 25.12.0
8+
rev: 26.1.0
99
hooks:
1010
- id: black
1111
args: ["--target-version", "py310"]
1212
- repo: https://github.com/pycqa/isort
13-
rev: 7.0.0
13+
rev: 8.0.0
1414
hooks:
1515
- id: isort
1616
name: isort (python)

asgi_webdav/__init__.py

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -5,9 +5,8 @@
55
ASGI WebDAV Server
66
"""
77

8-
98
__name__ = "ASGIWebDAV"
10-
__version__ = "2.0.0"
9+
__version__ = "2.0.1"
1110

1211
__author__ = "Rex Zhang"
1312
__author_email__ = "rex.zhang@gmail.com"

docs/changelog.en.md

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

3+
## 2.0.1 - 20260220
4+
5+
- fix(webhdfs): convert timestamps from milliseconds using DAVTime (#89)
6+
- fix(webhdfs): fix WebHDFS provider to handle requests without Range header (#90)
7+
38
## 2.0.0 - 20260117
49

510
- Broken change:

standalone.py

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,6 @@
77
please visit docs/howto/howto-pyinstaller.en.md for more information.
88
"""
99

10-
1110
from asgi_webdav.cli import main as cli_main
1211

1312

0 commit comments

Comments
 (0)