From a009b913c0efb7603ff79c67ce41f0cfa3ccbc88 Mon Sep 17 00:00:00 2001 From: Christian Zosel Date: Fri, 29 Dec 2023 13:37:21 +0100 Subject: [PATCH] chore: release 2.9.1 --- CHANGELOG.md | 4 ++++ pyproject.toml | 2 +- 2 files changed, 5 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index fcba8863..be136da5 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,7 @@ +# 2.9.1 +### Fix +* Dont overwrite created by ([`7923265`](https://github.com/projectcaluma/alexandria/commit/792326593b0bffc161417706853c4c97f91819ca)) + # 2.9.0 ### Feature * **document:** Add a method to clone documents ([`ebefcbd`](https://github.com/projectcaluma/alexandria/commit/ebefcbd0cb9af6ae251d69e5527d1b185c03c280)) diff --git a/pyproject.toml b/pyproject.toml index 74648954..ff4d2ab7 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -1,6 +1,6 @@ [tool.poetry] name = "caluma-alexandria" -version = "2.9.0" +version = "2.9.1" description = "Document management service" repository = "https://github.com/projectcaluma/alexandria" authors = ["Caluma "]