From 1430e8693bcc82637c02385767bb3908d9065c4f Mon Sep 17 00:00:00 2001 From: "deliverino[bot]" <62934656+deliverino[bot]@users.noreply.github.com> Date: Wed, 28 Sep 2022 15:09:48 +0000 Subject: [PATCH] Bump version to 2022.9.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 f1501e1afd..ec2a920f8e 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,6 +1,10 @@ UNRELEASED ---------- + +2022.9.4 +-------- + * [ [#1653](https://github.com/digitalfabrik/integreat-cms/issues/1653) ] Create new versions even if content did not change to preserve translation * [ [#1450](https://github.com/digitalfabrik/integreat-cms/issues/1450) ] Add API from SUMM.AI to create easy-understable German * [ [#1532](https://github.com/digitalfabrik/integreat-cms/issues/1532) ] Fix PDF table of contents in cyrillic alphabets diff --git a/integreat_cms/__init__.py b/integreat_cms/__init__.py index b55d5aa2a6..a2bde788e7 100644 --- a/integreat_cms/__init__.py +++ b/integreat_cms/__init__.py @@ -1 +1 @@ -__version__ = "2022.9.3" +__version__ = "2022.9.4" diff --git a/setup.cfg b/setup.cfg index a78bc60e89..ca9fe63cc8 100644 --- a/setup.cfg +++ b/setup.cfg @@ -1,6 +1,6 @@ [metadata] name = integreat-cms -version = 2022.9.3 +version = 2022.9.4 author = Tür an Tür – Digitalfabrik gGmbH author_email = tech@integreat-app.de description = Content Management System for the Integreat App @@ -74,7 +74,7 @@ include_package_data = True scripts = integreat_cms/integreat-cms-cli [bumpver] -current_version = 2022.9.3 +current_version = 2022.9.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 ca2185cd95..ec625781ec 100644 --- a/sphinx/conf.py +++ b/sphinx/conf.py @@ -49,7 +49,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.9.3" +release = "2022.9.4" # -- General configuration ---------------------------------------------------