From 69453005cadc26488dd3c1595fc2ff52777c2cd1 Mon Sep 17 00:00:00 2001 From: Stephan Hug Date: Wed, 29 Sep 2021 17:14:55 +0200 Subject: [PATCH] chore: new release --- CHANGELOG.md | 6 +++++- alexandria/alexandria_metadata.py | 2 +- 2 files changed, 6 insertions(+), 2 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index e148284e..dadfa4e3 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,4 +1,8 @@ -# v0.2.0 +# v0.2.1 + +### Fix +* Add the document_meta filter ([`6921558`](https://github.com/projectcaluma/alexandria/commit/692155820033dfd8737ad2f53305658b2de5475f)) +* Extend uwsgi buffer ([`e2863e9`](https://github.com/projectcaluma/alexandria/commit/e2863e9b3eff2f7d485531a1ea32d24f262812c5)) ### Feature * Add endpoint for downloading multiple files as zip ([`bc15973`](https://github.com/projectcaluma/alexandria/commit/bc15973957e33ffce5a81a717b25a6e224cf1cc9)) diff --git a/alexandria/alexandria_metadata.py b/alexandria/alexandria_metadata.py index 7dba1208..116673b5 100644 --- a/alexandria/alexandria_metadata.py +++ b/alexandria/alexandria_metadata.py @@ -2,4 +2,4 @@ __title__ = "alexandria" __description__ = "Document management service" -__version__ = "0.2.0" +__version__ = "0.2.1"