Master branch version is 0.28 - separating 0.27 now into a separate branch

This commit is contained in:
Matthias Koefferlein 2022-01-06 21:41:52 +01:00
parent 6b752723b1
commit cd07fce498
1 changed files with 2 additions and 2 deletions

View File

@ -2,10 +2,10 @@
# This script is sourced to define the main version parameters
# The main version
KLAYOUT_VERSION="0.27.6"
KLAYOUT_VERSION="0.28"
# The version used for PyPI (don't use variables here!)
KLAYOUT_PYPI_VERSION="0.27.6"
KLAYOUT_PYPI_VERSION="0.28"
# The build date
KLAYOUT_VERSION_DATE=$(date "+%Y-%m-%d")