From 1de12b98873668b3775f33d422fb7dfdd5bf7fc8 Mon Sep 17 00:00:00 2001 From: Rex Zhang Date: Mon, 20 Jun 2022 12:28:43 +0800 Subject: [PATCH] Bump version to 1.2.0 --- asgi_webdav/__init__.py | 2 +- docs/changelog.en.md | 4 ++-- docs/trouble-shooting.en.md | 2 +- 3 files changed, 4 insertions(+), 4 deletions(-) diff --git a/asgi_webdav/__init__.py b/asgi_webdav/__init__.py index ac2955bc..123427d5 100644 --- a/asgi_webdav/__init__.py +++ b/asgi_webdav/__init__.py @@ -11,7 +11,7 @@ # ) __name__ = "ASGI WebDAV Server" -__version__ = "1.1.0" +__version__ = "1.2.0" __author__ = "Rex Zhang" __author_email__ = "rex.zhang@gmail.com" diff --git a/docs/changelog.en.md b/docs/changelog.en.md index 5addfbf3..00ee8f2d 100644 --- a/docs/changelog.en.md +++ b/docs/changelog.en.md @@ -1,12 +1,12 @@ # Changelog -## 1.2.0 - ? +## 1.2.0 - 2022-06-20 - Broken change - Change Config.compression.user_content_type_rule to Config.compression.content_type_user_rule - Add more support for HTTP header: Range - Fix HTTP Digest rules checker -- Add a new property DAVResponse.content_type_user_rule +- Add a new property DAVResponse.compression_method ## 1.1.0 - 2022-06-05 diff --git a/docs/trouble-shooting.en.md b/docs/trouble-shooting.en.md index dd57e6d0..b106a873 100644 --- a/docs/trouble-shooting.en.md +++ b/docs/trouble-shooting.en.md @@ -1,5 +1,5 @@ # Trouble Shooting -## Upgrade to 1.x.x with watchtower or portainer +## Upgrade to 1.x.x from 0.x.x with watchtower or portainer Please delete and re-install container.