diff --git a/CHANGELOG.md b/CHANGELOG.md index 647c985..fd070cb 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,10 @@ +# Release 2024-01-10 (3.0.1) + + * Font Awesome updated to 6.5.1 + * Update definition for Material Icons and added newer Material Symbols + * Added function to exclude icon fonts + + # Release 2023-08-31 (3.0.0) * Switch to IronPython 3.4.1 (avoiding issues with virus scanners) diff --git a/bkt/__init__.py b/bkt/__init__.py index d0793ac..3a14573 100644 --- a/bkt/__init__.py +++ b/bkt/__init__.py @@ -12,8 +12,8 @@ __author__ = "Christoph Schmitt, Ruben Debeerst, Thomas Weuffel, Florian Stallmann" __copyright__ = "Copyright 2019 Christoph Schmitt, Ruben Debeerst, Thomas Weuffel, Florian Stallmann" __license__ = "MIT" -__version__ = "3.0.0" -__release__ = "BKT r23-08-31" +__version__ = "3.0.1" +__release__ = "BKT r24-01-10" # NOTE: Use StandardLib.dll as alternative to /bin/Lib, but seems to have problems with wpf/fluent diff --git a/setup/innosetup.iss b/setup/innosetup.iss index acb51d4..a32eb8c 100644 --- a/setup/innosetup.iss +++ b/setup/innosetup.iss @@ -4,8 +4,8 @@ #define MyAppName "BKT-Toolbox" #define MyAppPublisher "Business Kasper" #define MyAppURL "https://www.bkt-toolbox.de" -#define MyAppVersion "3.0.0" -#define MyReleaseDate "230831" +#define MyAppVersion "3.0.1" +#define MyReleaseDate "240110" ;GetDateTimeString('yymmdd', '', ''); [Setup]