Skip to content

Commit

Permalink
Bump version to 2023.5.0
Browse files Browse the repository at this point in the history
[skip ci]
  • Loading branch information
deliverino[bot] committed May 4, 2023
1 parent af6463a commit fe5ae20
Show file tree
Hide file tree
Showing 4 changed files with 8 additions and 4 deletions.
4 changes: 4 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,10 @@
UNRELEASED
----------


2023.5.0
--------

* [ [#464](https://github.com/digitalfabrik/lunes-cms/issues/464) ] Add URL to sponsor model


Expand Down
2 changes: 1 addition & 1 deletion docs/src/conf.py
Original file line number Diff line number Diff line change
Expand Up @@ -39,7 +39,7 @@
#: The project author
author = "Lunes"
#: The full version, including alpha/beta/rc tags
release = "2023.2.0"
release = "2023.5.0"
#: GitHub username
github_username = "digitalfabrik"
#: GitHub repository name
Expand Down
2 changes: 1 addition & 1 deletion lunes_cms/__init__.py
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
"""
Content Management System for the Lunes Vocabulary Trainer App
"""
__version__ = "2023.2.0"
__version__ = "2023.5.0"
4 changes: 2 additions & 2 deletions setup.cfg
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[metadata]
name = lunes-cms
version = 2023.2.0
version = 2023.5.0
author = Tür an Tür – Digitalfabrik gGmbH
author_email = [email protected]
description = Content Management System for the Lunes Vocabulary Trainer App
Expand Down Expand Up @@ -79,7 +79,7 @@ test =
pytest-xdist==3.2.1

[bumpver]
current_version = 2023.2.0
current_version = 2023.5.0
version_pattern = YYYY.MM.INC0[-TAG]
commit_message =
Bump version to {new_version}
Expand Down

0 comments on commit fe5ae20

Please sign in to comment.