Skip to content

Commit 298912a

Browse files
committed
Bump version to 3.0.0 and update build date in constants and build spec
1 parent 6f28367 commit 298912a

2 files changed

Lines changed: 3 additions & 3 deletions

File tree

lifx_control_panel/_constants.py

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
VERSION = "2.4.0"
2-
BUILD_DATE = "2026-07-19T13:55:58.152352"
1+
VERSION = "3.0.0"
2+
BUILD_DATE = "2026-07-23T19:40:28.488644"
33
AUTHOR = "Sawyer McLane"
44
DEBUGGING = False

lifx_control_panel/build_all.spec

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@ import datetime
33

44
bd = datetime.datetime.now().isoformat()
55
auth = "Sawyer McLane"
6-
vers = "2.4.0"
6+
vers = "3.0.0"
77
is_debug = False
88

99
# Write version info into _constants.py resource file

0 commit comments

Comments
 (0)