From cd07fce498ca87d460a20e2542671a26138e522c Mon Sep 17 00:00:00 2001 From: Matthias Koefferlein Date: Thu, 6 Jan 2022 21:41:52 +0100 Subject: [PATCH] Master branch version is 0.28 - separating 0.27 now into a separate branch --- version.sh | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/version.sh b/version.sh index 42df8ef96..05b2ae51e 100644 --- a/version.sh +++ b/version.sh @@ -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")