Skip to content

Commit 6571b32

Browse files
committed
docs: DIRAC release v7r3p38 notes and tags
1 parent 7ac08b7 commit 6571b32

File tree

2 files changed

+7
-1
lines changed

2 files changed

+7
-1
lines changed

release.notes

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -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+
17
[v7r3p37]
28

39
*WorkloadManagement

src/DIRAC/__init__.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -106,7 +106,7 @@
106106
else:
107107
majorVersion = 7
108108
minorVersion = 3
109-
patchLevel = 37
109+
patchLevel = 38
110110
preVersion = 0
111111

112112
version = "v%sr%s" % (majorVersion, minorVersion)

0 commit comments

Comments
 (0)