From 148fa43aa8dfdf31e23f6c3e316a46fb7dac5062 Mon Sep 17 00:00:00 2001 From: Jonas Cosandey Date: Mon, 18 Nov 2024 12:55:17 +0100 Subject: [PATCH] chore: release 6.4.1 ### Fix * **document:** Revalidate mimetypes after moving document to different category ([`46066ac`](https://github.com/projectcaluma/alexandria/commit/46066ac030808fde94bfc263f8b303e21bea0482)) --- CHANGELOG.md | 4 ++++ CONTRIBUTING.md | 2 ++ pyproject.toml | 2 +- 3 files changed, 7 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index e60378fb..14620544 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,7 @@ +# 6.4.1 +### Fix +* **document:** Revalidate mimetypes after moving document to different category ([`46066ac`](https://github.com/projectcaluma/alexandria/commit/46066ac030808fde94bfc263f8b303e21bea0482)) + # 6.4.0 ### Feature diff --git a/CONTRIBUTING.md b/CONTRIBUTING.md index 2bafd080..4e4bed6e 100644 --- a/CONTRIBUTING.md +++ b/CONTRIBUTING.md @@ -67,3 +67,5 @@ poetry install poetry run pre-commit install --hook=pre-commit poetry run pre-commit install --hook=commit-msg ``` + +You will need to have `exiftool` installed on your os. diff --git a/pyproject.toml b/pyproject.toml index 839af79b..232b216c 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -1,6 +1,6 @@ [tool.poetry] name = "caluma-alexandria" -version = "6.4.0" +version = "6.4.1" description = "Document management service" repository = "https://github.com/projectcaluma/alexandria" authors = ["Caluma "]