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 3c7b3a3 commit ae9b563Copy full SHA for ae9b563
src/settings.py
@@ -7,8 +7,8 @@
7
SCRIPT_PATH = os.path.dirname(sys.executable) if getattr(sys, 'frozen', False) else os.path.dirname(os.path.abspath(__file__))
8
GITHUB_URL = "https://github.com/amnweb/yasb"
9
GITHUB_THEME_URL = "https://github.com/amnweb/yasb-themes"
10
-BUILD_VERSION = "1.7.0"
11
-CLI_VERSION = "1.0.9"
+BUILD_VERSION = "1.7.1"
+CLI_VERSION = "1.1.0"
12
# Development Settings
13
DEBUG = False
14
# Configuration Settings
0 commit comments