Skip to content

Commit 6de88cb

Browse files
Bump version to 2025.10.0
[skip ci]
1 parent d9c00e5 commit 6de88cb

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.10.0
6+
---------
7+
48
* [ [#599](https://github.com/digitalfabrik/lunes-cms/pull/599) ] Has image filter in word overview
59

610

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.9.0"
41+
release = "2025.10.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
@@ -1,4 +1,4 @@
11
"""
22
Content Management System for the Lunes Vocabulary Trainer App
33
"""
4-
__version__ = "2025.9.0"
4+
__version__ = "2025.10.0"

setup.cfg

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[metadata]
22
name = lunes-cms
3-
version = 2025.9.0
3+
version = 2025.10.0
44
author = Tür an Tür – Digitalfabrik gGmbH
55
author_email = tech@integreat-app.de
66
description = Content Management System for the Lunes Vocabulary Trainer App
@@ -83,7 +83,7 @@ test =
8383
pytest-xdist==3.6.1
8484

8585
[bumpver]
86-
current_version = 2025.9.0
86+
current_version = 2025.10.0
8787
version_pattern = YYYY.MM.INC0[-TAG]
8888
commit_message =
8989
Bump version to {new_version}

0 commit comments

Comments
 (0)