From d37dfef2a9a97b838cd47d47f986636e1a606c1b Mon Sep 17 00:00:00 2001 From: Jonas Metzener Date: Wed, 22 Jan 2025 15:04:23 +0100 Subject: [PATCH] chore(release): v6.4.4 --- CHANGELOG.md | 5 +++++ pyproject.toml | 2 +- 2 files changed, 6 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index be42e64a..6d0065a7 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,8 @@ +# 6.4.4 + +### Fix +* **dav:** Don't create new file if errors were raised ([`a48197d`](https://github.com/projectcaluma/alexandria/commit/a48197dcf8086688efc5a50421159fb68551bfaf)) + # 6.4.3 ### Fix diff --git a/pyproject.toml b/pyproject.toml index f3a96810..6f8af462 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -1,6 +1,6 @@ [tool.poetry] name = "caluma-alexandria" -version = "6.4.3" +version = "6.4.4" description = "Document management service" repository = "https://github.com/projectcaluma/alexandria" authors = ["Caluma "]