There was an error while loading. Please reload this page.
1 parent 6f28367 commit 298912aCopy full SHA for 298912a
2 files changed
lifx_control_panel/_constants.py
@@ -1,4 +1,4 @@
1
-VERSION = "2.4.0"
2
-BUILD_DATE = "2026-07-19T13:55:58.152352"
+VERSION = "3.0.0"
+BUILD_DATE = "2026-07-23T19:40:28.488644"
3
AUTHOR = "Sawyer McLane"
4
DEBUGGING = False
lifx_control_panel/build_all.spec
@@ -3,7 +3,7 @@ import datetime
bd = datetime.datetime.now().isoformat()
5
auth = "Sawyer McLane"
6
-vers = "2.4.0"
+vers = "3.0.0"
7
is_debug = False
8
9
# Write version info into _constants.py resource file
0 commit comments