From 4f44a1c99cf1e2d21944f0865cf1b867be144741 Mon Sep 17 00:00:00 2001 From: "deliverino[bot]" <62934656+deliverino[bot]@users.noreply.github.com> Date: Sat, 14 Jan 2023 10:52:09 +0000 Subject: [PATCH] Bump version to 2023.1.0 [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 225c3f906c..85f2eedb24 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,6 +1,10 @@ UNRELEASED ---------- + +2023.1.0 +-------- + * [ [#1876](https://github.com/digitalfabrik/integreat-cms/issues/1876) ] Make sidebar boxes on page form collapsible and save status as cookie * [ [#1345](https://github.com/digitalfabrik/integreat-cms/issues/1345) ] Track DeepL API usage by regions * [ [#1695](https://github.com/digitalfabrik/integreat-cms/issues/1695) ] Treat URLs with broken hash anchors as valid in link checker diff --git a/integreat_cms/__init__.py b/integreat_cms/__init__.py index 1650abf48b..c823aacc46 100644 --- a/integreat_cms/__init__.py +++ b/integreat_cms/__init__.py @@ -1 +1 @@ -__version__ = "2022.12.3" +__version__ = "2023.1.0" diff --git a/setup.cfg b/setup.cfg index 7019742360..3fa6019ac7 100644 --- a/setup.cfg +++ b/setup.cfg @@ -1,6 +1,6 @@ [metadata] name = integreat-cms -version = 2022.12.3 +version = 2023.1.0 author = Tür an Tür – Digitalfabrik gGmbH author_email = tech@integreat-app.de description = Content Management System for the Integreat App @@ -77,7 +77,7 @@ include_package_data = True scripts = integreat_cms/integreat-cms-cli [bumpver] -current_version = 2022.12.3 +current_version = 2023.1.0 version_pattern = YYYY.MM.INC0[-TAG] commit_message = Bump version to {new_version} diff --git a/sphinx/conf.py b/sphinx/conf.py index 5756ba52be..01adf9d381 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.12.3" +release = "2023.1.0" # -- General configuration ---------------------------------------------------