Skip to content

Commit 6ec1566

Browse files
Bump version to 2025.11.0
[skip ci]
1 parent 3c3dfd2 commit 6ec1566

4 files changed

Lines changed: 8 additions & 4 deletions

File tree

CHANGELOG.md

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,10 @@
11
UNRELEASED
22
----------
33

4+
5+
2025.11.0
6+
---------
7+
48
* [ [#601](https://github.com/digitalfabrik/lunes-cms/pull/601) ] Create APIv2 with words endpoint
59
* [ [#607](https://github.com/digitalfabrik/lunes-cms/pull/607) ] Add endpoint for jobs
610
* [ [#610](https://github.com/digitalfabrik/lunes-cms/pull/610) ] Add endpoint for units of a job

docs/src/conf.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -38,7 +38,7 @@
3838
#: The project author
3939
author = "Lunes"
4040
#: The full version, including alpha/beta/rc tags
41-
release = "2025.10.1"
41+
release = "2025.11.0"
4242
#: GitHub username
4343
github_username = "digitalfabrik"
4444
#: GitHub repository name

lunes_cms/__init__.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,4 +2,4 @@
22
Content Management System for the Lunes Vocabulary Trainer App
33
"""
44

5-
__version__ = "2025.10.1"
5+
__version__ = "2025.11.0"

pyproject.toml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@ build-backend = "setuptools.build_meta"
55
[project]
66
name = "lunes-cms"
77
description = "Content Management System for the Lunes App"
8-
version = "2025.10.1"
8+
version = "2025.11.0"
99
authors = [{name = "Tür an Tür – Digitalfabrik gGmbH", email = "tech@integreat-app.de"}]
1010
readme = "README.md"
1111
requires-python = ">=3.11"
@@ -123,7 +123,7 @@ script-files = ["lunes_cms/lunes-cms-cli"]
123123
include = ["lunes_cms*"]
124124

125125
[tool.bumpver]
126-
current_version = "2025.10.1"
126+
current_version = "2025.11.0"
127127
version_pattern = "YYYY.MM.INC0[-TAG]"
128128
commit_message = """
129129
Bump version to {new_version}

0 commit comments

Comments
 (0)