Skip to content

Commit

Permalink
docs: DIRAC release v7r3p38 notes and tags
Browse files Browse the repository at this point in the history
  • Loading branch information
atsareg committed Aug 1, 2023
1 parent 7ac08b7 commit 6571b32
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 1 deletion.
6 changes: 6 additions & 0 deletions release.notes
Original file line number Diff line number Diff line change
@@ -1,3 +1,9 @@
[v7r3p38]

*WorkloadManagement
FIX: (#7122) reintroduce 'Staging' to 'Checking' transition in JobsStateMachine
NEW: (#7118) Introducing 'Scouting' status in job state transitions

[v7r3p37]

*WorkloadManagement
Expand Down
2 changes: 1 addition & 1 deletion src/DIRAC/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -106,7 +106,7 @@
else:
majorVersion = 7
minorVersion = 3
patchLevel = 37
patchLevel = 38
preVersion = 0

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

0 comments on commit 6571b32

Please sign in to comment.