Skip to content

Commit

Permalink
Bump version to 2023.10.2
Browse files Browse the repository at this point in the history
[skip ci]
  • Loading branch information
deliverino[bot] committed Oct 26, 2023
1 parent 5af7df9 commit b7db61d
Show file tree
Hide file tree
Showing 5 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion docs/src/conf.py
Original file line number Diff line number Diff line change
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.10.1"
release = "2023.10.2"

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

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__ = "2023.10.1"
__version__ = "2023.10.2"
4 changes: 2 additions & 2 deletions pyproject.toml
Original file line number Diff line number Diff line change
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.10.1"
version = "2023.10.2"
authors = [{name = "Tür an Tür – Digitalfabrik gGmbH", email = "[email protected]"}]
readme = "README.md"
requires-python = ">=3.9"
Expand Down Expand Up @@ -314,7 +314,7 @@ license-files = ["LICENSE", "NOTICE.md"]
include = ["integreat_cms*"]

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

0 comments on commit b7db61d

Please sign in to comment.