Skip to content

Commit 2da57db

Browse files
committed
updated version
1 parent ff6a020 commit 2da57db

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

devtools/hwdb-update-version

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -54,7 +54,7 @@ def main(argv=None):
5454

5555
# Get the (proposed) new version
5656
now = datetime.now()
57-
new_version = ['v1', '2', '3', 'dev',
57+
new_version = ['v1', '2', '4', 'rel',
5858
f"{now.year}", f"{now.month:02d}", f"{now.day:02d}", 'a']
5959

6060
# If the old version is the same day as today, change the

lib/Sisyphus/__init__.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@
88

99
import os
1010

11-
version = 'v1.2.3.dev.2025.03.21a'
11+
version = 'v1.2.4.rel.2025.03.27a'
1212

1313
project_root = os.path.realpath(os.path.join(os.path.dirname(__file__), "../.."))
1414

0 commit comments

Comments
 (0)