From 63e11318d59591f5234e0f469af98eca8275aef3 Mon Sep 17 00:00:00 2001 From: "deliverino[bot]" <62934656+deliverino[bot]@users.noreply.github.com> Date: Sat, 18 Jun 2022 17:42:25 +0000 Subject: [PATCH] Bump version to 2022.6.2 [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 41238e0150..a33a6cd939 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,6 +1,10 @@ UNRELEASED ---------- + +2022.6.2 +-------- + * [ [#1445](https://github.com/digitalfabrik/integreat-cms/issues/1445) ] Allow only users with publish permission to unpublish page * [ [#1497](https://github.com/digitalfabrik/integreat-cms/issues/1516) ] Set older versions to draft when saved as draft * [ [#1550](https://github.com/digitalfabrik/integreat-cms/issues/1550) ] Fix status change when restoring revisions diff --git a/integreat_cms/__init__.py b/integreat_cms/__init__.py index 53f7fd06e0..5dc92460ac 100644 --- a/integreat_cms/__init__.py +++ b/integreat_cms/__init__.py @@ -1 +1 @@ -__version__ = "2022.6.1" +__version__ = "2022.6.2" diff --git a/setup.cfg b/setup.cfg index 7e0e1d8074..8e87d7d984 100644 --- a/setup.cfg +++ b/setup.cfg @@ -1,6 +1,6 @@ [metadata] name = integreat-cms -version = 2022.6.1 +version = 2022.6.2 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.6.1 +current_version = 2022.6.2 version_pattern = YYYY.MM.INC0[-TAG] commit_message = Bump version to {new_version} diff --git a/sphinx/conf.py b/sphinx/conf.py index e84ebbf816..e3f75a3a79 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.6.1" +release = "2022.6.2" # -- General configuration ---------------------------------------------------