File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 11UNRELEASED
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
Original file line number Diff line number Diff line change 3838#: The project author
3939author = "Lunes"
4040#: The full version, including alpha/beta/rc tags
41- release = "2025.10.1 "
41+ release = "2025.11.0 "
4242#: GitHub username
4343github_username = "digitalfabrik"
4444#: GitHub repository name
Original file line number Diff line number Diff line change 22Content Management System for the Lunes Vocabulary Trainer App
33"""
44
5- __version__ = "2025.10.1 "
5+ __version__ = "2025.11.0 "
Original file line number Diff line number Diff line change @@ -5,7 +5,7 @@ build-backend = "setuptools.build_meta"
55[project ]
66name = " lunes-cms"
77description = " Content Management System for the Lunes App"
8- version = " 2025.10.1 "
8+ version = " 2025.11.0 "
99authors = [{name = " Tür an Tür – Digitalfabrik gGmbH" , email = " tech@integreat-app.de" }]
1010readme = " README.md"
1111requires-python = " >=3.11"
@@ -123,7 +123,7 @@ script-files = ["lunes_cms/lunes-cms-cli"]
123123include = [" lunes_cms*" ]
124124
125125[tool .bumpver ]
126- current_version = " 2025.10.1 "
126+ current_version = " 2025.11.0 "
127127version_pattern = " YYYY.MM.INC0[-TAG]"
128128commit_message = """
129129Bump version to {new_version}
You can’t perform that action at this time.
0 commit comments