Updated version and changelog (prep for 0.26.9 release)

This commit is contained in:
Matthias Koefferlein 2020-11-22 08:48:57 +01:00
parent aa97d4abe1
commit 0e2676d39e
3 changed files with 22 additions and 2 deletions

View File

@ -1,4 +1,17 @@
0.26.9 (2020-11-22):
* Bugfix: %GITHUB%/issues/658
Menu items were not put into the right place on MacOS.
* Bugfix: %GITHUB%/issues/652
"M" factor scaling was not working for Spice reader.
* Bugfix: %GITHUB%/issues/651
Fixed an issue with DRC "select".
* Bugfix: Display bug
Cell placements with small magnification factors (such that the
viewport dimensions exceeded the DBU space when seem from inside
the cell) lead to display errors.
0.26.8 (2020-09-15):
* Enhancement: %GITHUB%/issues/639

View File

@ -1,3 +1,10 @@
klayout (0.26.9-1) unstable; urgency=low
* New features and bugfixes
- See changelog
-- Matthias Köfferlein <matthias@koefferlein.de> Sun, 22 Nov 2020 08:47:29 +0100
klayout (0.26.8-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.26.8"
KLAYOUT_VERSION="0.26.9"
# The version used for PyPI (don't use variables here!)
KLAYOUT_PYPI_VERSION="0.26.8"
KLAYOUT_PYPI_VERSION="0.26.9"
# The build date
KLAYOUT_VERSION_DATE=$(date "+%Y-%m-%d")