Skip to content

Commit

Permalink
Bump version to 2022.9.4
Browse files Browse the repository at this point in the history
[skip ci]
  • Loading branch information
deliverino[bot] committed Sep 28, 2022
1 parent 1a8d39c commit 1430e86
Show file tree
Hide file tree
Showing 4 changed files with 8 additions and 4 deletions.
4 changes: 4 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -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
Expand Down
2 changes: 1 addition & 1 deletion integreat_cms/__init__.py
Original file line number Diff line number Diff line change
@@ -1 +1 @@
__version__ = "2022.9.3"
__version__ = "2022.9.4"
4 changes: 2 additions & 2 deletions setup.cfg
Original file line number Diff line number Diff line change
@@ -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
Expand Down Expand Up @@ -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}
Expand Down
2 changes: 1 addition & 1 deletion sphinx/conf.py
Original file line number Diff line number Diff line change
Expand Up @@ -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 ---------------------------------------------------

Expand Down

0 comments on commit 1430e86

Please sign in to comment.