Preparations for 0.29.2 release.

This commit is contained in:
Matthias Koefferlein
2024-06-06 22:20:49 +02:00
parent 910f0824e0
commit 67f0b9c8a3
3 changed files with 26 additions and 2 deletions
+2 -2
View File
@@ -2,10 +2,10 @@
# This script is sourced to define the main version parameters
# The main version
KLAYOUT_VERSION="0.29.1"
KLAYOUT_VERSION="0.29.2"
# The version used for PyPI (don't use variables here!)
KLAYOUT_PYPI_VERSION="0.29.1"
KLAYOUT_PYPI_VERSION="0.29.2"
# The build date
KLAYOUT_VERSION_DATE=$(date "+%Y-%m-%d")