Update version to 0.26.3

This commit is contained in:
Matthias Koefferlein 2020-01-04 23:41:47 +01:00
parent 5d31c397b0
commit 48509be601
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.26.2"
KLAYOUT_VERSION="0.26.3"
# The version used for PyPI (don't use variables here!)
KLAYOUT_PYPI_VERSION="0.26.2"
KLAYOUT_PYPI_VERSION="0.26.3"
# The build date
KLAYOUT_VERSION_DATE=$(date "+%Y-%m-%d")