Release 2.3.1

This commit is contained in:
Jan Kiszka 2020-11-20 11:16:18 +01:00
parent 94f20cc9ad
commit f50316e1c9
2 changed files with 4 additions and 1 deletions

View File

@ -1,3 +1,6 @@
2.3.1
- Fix release scripting
2.3
- kas: add "checkout" and for-all-repos subcommands
- kas: add python 3.9 compatibility

View File

@ -25,7 +25,7 @@
__license__ = 'MIT'
__copyright__ = 'Copyright (c) Siemens AG, 2017-2020'
__version__ = '2.3'
__version__ = '2.3.1'
# Please update docs/format-changelog.rst when changing the file version.
__file_version__ = 10