File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 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)
Original file line number Diff line number Diff line change 55ASGI 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"
Original file line number Diff line number Diff line change 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:
Original file line number Diff line number Diff line change 77please visit docs/howto/howto-pyinstaller.en.md for more information.
88"""
99
10-
1110from asgi_webdav .cli import main as cli_main
1211
1312
You can’t perform that action at this time.
0 commit comments