Preparations for 0.28.13

This commit is contained in:
Matthias Koefferlein 2023-11-20 07:13:36 +01:00
parent bc03d81967
commit 9c973cb9b2
2 changed files with 9 additions and 2 deletions

View File

@ -1,3 +1,10 @@
klayout (0.28.13-1) unstable; urgency=low
* New features and bugfixes
- See changelog
-- Matthias Köfferlein <matthias@koefferlein.de> Mon, 20 Nov 2023 07:11:58 +0100
klayout (0.28.12-1) unstable; urgency=low
* New features and bugfixes

View File

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