This commit is contained in:
Lesserkuma 2023-09-25 12:21:16 +02:00
parent cff844d67b
commit 382cfe7b35
2 changed files with 2 additions and 2 deletions

View File

@ -1,5 +1,5 @@
# Release notes
### v3.33
### v3.33 (released 2023-09-25)
- Minor bug fixes and improvements *(thanks Eldram, Grender)*
### v3.32 (released 2023-07-25)

View File

@ -9,7 +9,7 @@ from enum import Enum
APPNAME = "FlashGBX"
VERSION_PEP440 = "3.33"
VERSION = "v{:s}".format(VERSION_PEP440)
VERSION_TIMESTAMP = 1695636983
VERSION_TIMESTAMP = 1695637228
DEBUG = False
DEBUG_LOG = []
APP_PATH = ""