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 7ac08b7 commit 6571b32Copy full SHA for 6571b32
release.notes
@@ -1,3 +1,9 @@
1
+[v7r3p38]
2
+
3
+*WorkloadManagement
4
+FIX: (#7122) reintroduce 'Staging' to 'Checking' transition in JobsStateMachine
5
+NEW: (#7118) Introducing 'Scouting' status in job state transitions
6
7
[v7r3p37]
8
9
*WorkloadManagement
src/DIRAC/__init__.py
@@ -106,7 +106,7 @@
106
else:
107
majorVersion = 7
108
minorVersion = 3
109
- patchLevel = 37
+ patchLevel = 38
110
preVersion = 0
111
112
version = "v%sr%s" % (majorVersion, minorVersion)
0 commit comments