Skip to content

Commit

Permalink
v7r2p5 notes and tags
Browse files Browse the repository at this point in the history
  • Loading branch information
atsareg committed Apr 28, 2021
1 parent 5c8e229 commit 01f3ff4
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 1 deletion.
7 changes: 7 additions & 0 deletions release.notes
Original file line number Diff line number Diff line change
@@ -1,3 +1,10 @@
[v7r2p5]

FIX: fixes from v7r0p56, v7r1p39

*WMS
CHANGE: (#5102) JobCleaningAgent will first DELETE and only then REMOVE jobs

[v7r2p4]

*Core
Expand Down
2 changes: 1 addition & 1 deletion src/DIRAC/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -105,7 +105,7 @@
else:
majorVersion = 7
minorVersion = 2
patchLevel = 4
patchLevel = 5
preVersion = 0

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

0 comments on commit 01f3ff4

Please sign in to comment.