diff --git a/CHANGELOG.md b/CHANGELOG.md index 5c19f0b519..64c06050f6 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,6 +1,10 @@ UNRELEASED ---------- + +2022.11.1 +--------- + * [ [#1840](https://github.com/digitalfabrik/integreat-cms/issues/1840) ] Fix statistics widget on dashboard diff --git a/integreat_cms/__init__.py b/integreat_cms/__init__.py index 46cde139b5..c1cf99c928 100644 --- a/integreat_cms/__init__.py +++ b/integreat_cms/__init__.py @@ -1 +1 @@ -__version__ = "2022.11.0" +__version__ = "2022.11.1" diff --git a/setup.cfg b/setup.cfg index 1c1de1cd5d..45caa64a8e 100644 --- a/setup.cfg +++ b/setup.cfg @@ -1,6 +1,6 @@ [metadata] name = integreat-cms -version = 2022.11.0 +version = 2022.11.1 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.11.0 +current_version = 2022.11.1 version_pattern = YYYY.MM.INC0[-TAG] commit_message = Bump version to {new_version} diff --git a/sphinx/conf.py b/sphinx/conf.py index a4d4365327..c4fe967360 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.11.0" +release = "2022.11.1" # -- General configuration ---------------------------------------------------