From 4ba9410500bca2cd3541efc0caecd5c033839bfb Mon Sep 17 00:00:00 2001 From: Martin Wendt Date: Sat, 18 Feb 2023 17:14:44 +0100 Subject: [PATCH] Bump version to 4.2.0 --- wsgidav/__init__.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/wsgidav/__init__.py b/wsgidav/__init__.py index 65603681..e99ed66d 100644 --- a/wsgidav/__init__.py +++ b/wsgidav/__init__.py @@ -15,7 +15,7 @@ When pywin32 is installed, number must be a.b.c for MSI builds? "3.0.0a4" seems not to work in this case! """ -__version__ = "4.1.1-a1" +__version__ = "4.2.0" # make version accessible as 'wsgidav.__version__' # from wsgidav._version import __version__ # noqa: F401