Skip to content

Commit

Permalink
Merge branch 'release/3.0.1' into feature/ipy3
Browse files Browse the repository at this point in the history
  • Loading branch information
mrflory committed Jan 11, 2024
2 parents ab53c72 + 526847b commit 0548435
Show file tree
Hide file tree
Showing 3 changed files with 11 additions and 4 deletions.
7 changes: 7 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -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)
Expand Down
4 changes: 2 additions & 2 deletions bkt/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down
4 changes: 2 additions & 2 deletions setup/innosetup.iss
Original file line number Diff line number Diff line change
Expand Up @@ -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]
Expand Down

0 comments on commit 0548435

Please sign in to comment.