From eb927d48347427a7a25e9da505fff9bed58431c5 Mon Sep 17 00:00:00 2001 From: "deliverino[bot]" <62934656+deliverino[bot]@users.noreply.github.com> Date: Tue, 15 Mar 2022 21:14:45 +0000 Subject: [PATCH] Bump version to 2022.3.4 [skip ci] --- CHANGELOG.md | 4 ++++ integreat_cms/__init__.py | 2 +- setup.cfg | 4 ++-- sphinx/conf.py | 2 +- 4 files changed, 8 insertions(+), 4 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index a8b9a612b3..5229be9b82 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,6 +1,10 @@ UNRELEASED ---------- + +2022.3.4 +-------- + * [ [#1108](https://github.com/digitalfabrik/integreat-cms/issues/1108) ] Support SVG images in PDF export * [ [#1284](https://github.com/digitalfabrik/integreat-cms/issues/1284) ] Inherit status of new translations from source language on XLIFF import * [ [#1047](https://github.com/digitalfabrik/integreat-cms/issues/1047) ] Provide option to only export public versions as XLIFF diff --git a/integreat_cms/__init__.py b/integreat_cms/__init__.py index 13ad1419b5..4b410e72b7 100644 --- a/integreat_cms/__init__.py +++ b/integreat_cms/__init__.py @@ -1 +1 @@ -__version__ = "2022.3.3" +__version__ = "2022.3.4" diff --git a/setup.cfg b/setup.cfg index c17547aed9..3bb9ac5c92 100644 --- a/setup.cfg +++ b/setup.cfg @@ -1,6 +1,6 @@ [metadata] name = integreat-cms -version = 2022.3.3 +version = 2022.3.4 author = Tür an Tür – Digitalfabrik gGmbH author_email = tech@integreat-app.de description = Content Management System for the Integreat App @@ -72,7 +72,7 @@ include_package_data = True scripts = integreat_cms/integreat-cms-cli [bumpver] -current_version = 2022.3.3 +current_version = 2022.3.4 version_pattern = YYYY.MM.INC0[-TAG] commit_message = Bump version to {new_version} diff --git a/sphinx/conf.py b/sphinx/conf.py index ad9729438b..17ad740267 100644 --- a/sphinx/conf.py +++ b/sphinx/conf.py @@ -44,7 +44,7 @@ django_github_url = f"https://github.com/django/django/blob/stable/{django_version}.x" #: The full version, including alpha/beta/rc tags -release = "2022.3.3" +release = "2022.3.4" # -- General configuration ---------------------------------------------------