Skip to content

Commit

Permalink
Bump version to 2023.8.0
Browse files Browse the repository at this point in the history
[skip ci]
  • Loading branch information
deliverino[bot] committed Aug 1, 2023
1 parent 115e186 commit 2667c7e
Show file tree
Hide file tree
Showing 9 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion docs/src/conf.py
Expand Up @@ -47,7 +47,7 @@
django_github_url = f"https://github.com/django/django/blob/stable/{django_version}.x"

#: The full version, including alpha/beta/rc tags
release = "2023.7.2"
release = "2023.8.0"

# -- General configuration ---------------------------------------------------

Expand Down
2 changes: 1 addition & 1 deletion integreat_cms/__init__.py
@@ -1 +1 @@
__version__ = "2023.7.2"
__version__ = "2023.8.0"
4 changes: 2 additions & 2 deletions pyproject.toml
Expand Up @@ -5,7 +5,7 @@ build-backend = "setuptools.build_meta"
[project]
name = "integreat-cms"
description = "Content Management System for the Integreat App"
version = "2023.7.2"
version = "2023.8.0"
authors = [{name = "Tür an Tür – Digitalfabrik gGmbH", email = "tech@integreat-app.de"}]
readme = "README.md"
requires-python = ">=3.9"
Expand Down Expand Up @@ -313,7 +313,7 @@ license-files = ["LICENSE.txt"]
include = ["integreat_cms*"]

[tool.bumpver]
current_version = "2023.7.2"
current_version = "2023.8.0"
version_pattern = "YYYY.MM.INC0[-TAG]"
commit_message = """
Bump version to {new_version}
Expand Down

0 comments on commit 2667c7e

Please sign in to comment.