Skip to content

Commit cefc8c8

Browse files
Bump version to 2024.5.1
[skip ci]
1 parent 45af25b commit cefc8c8

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
@@ -2,6 +2,10 @@ UNRELEASED
22
----------
33

44

5+
2024.5.1
6+
--------
7+
8+
59
2024.5.0
610
--------
711

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 = "2024.5.0"
41+
release = "2024.5.1"
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__ = "2024.5.0"
4+
__version__ = "2024.5.1"

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 = 2024.5.0
3+
version = 2024.5.1
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
@@ -82,7 +82,7 @@ test =
8282
pytest-xdist==3.3.1
8383

8484
[bumpver]
85-
current_version = 2024.5.0
85+
current_version = 2024.5.1
8686
version_pattern = YYYY.MM.INC0[-TAG]
8787
commit_message =
8888
Bump version to {new_version}

0 commit comments

Comments
 (0)