diff --git a/CHANGELOG.md b/CHANGELOG.md index e7944100..d2b4a01c 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,9 @@ +# 7.1.3 + +### Chores + +* **deps:** Bump django-filter from 24.3 to 25.1 ([`6dce5e`](https://github.com/projectcaluma/alexandria/commit/6dce5ee0bd08df88c9eb0efb92f0e9cf2d0de5dd)) + # 7.1.2 ### Fix diff --git a/pyproject.toml b/pyproject.toml index d13f008c..2923460b 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -1,6 +1,6 @@ [tool.poetry] name = "caluma-alexandria" -version = "7.1.2" +version = "7.1.3" description = "Document management service" repository = "https://github.com/projectcaluma/alexandria" authors = ["Caluma "]