We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent ff5f1c9 commit 1b60eeeCopy full SHA for 1b60eee
1 file changed
src/settings.py
@@ -8,8 +8,8 @@
8
SCRIPT_PATH = os.path.dirname(sys.executable) if getattr(sys, 'frozen', False) else os.path.dirname(os.path.abspath(__file__))
9
GITHUB_URL = "https://github.com/amnweb/yasb"
10
GITHUB_THEME_URL = "https://github.com/amnweb/yasb-themes"
11
-BUILD_VERSION = "1.7.1"
12
-CLI_VERSION = "1.1.0"
+BUILD_VERSION = "1.7.2"
+CLI_VERSION = "1.1.1"
13
# Development Settings
14
DEBUG = False
15
# Configuration Settings
0 commit comments