Skip to content

Commit

Permalink
Bump version to 0.9.1
Browse files Browse the repository at this point in the history
  • Loading branch information
rexzhang committed Aug 2, 2021
1 parent 89b379f commit 6326540
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 1 deletion.
3 changes: 3 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,8 @@
# CHANGELOG

## 0.9.1
- Fix bug

## 0.9.0 _2021-08-02
- Add Config.http_digest_auth.enable_rule

Expand Down
2 changes: 1 addition & 1 deletion asgi_webdav/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@
# )

__name__ = "ASGI WebDAV"
__version__ = "0.9.0"
__version__ = "0.9.1"

__author__ = "Rex Zhang"
__author_email__ = "rex.zhang@gmail.com"
Expand Down

0 comments on commit 6326540

Please sign in to comment.