Skip to content

Commit

Permalink
v7r2p20
Browse files Browse the repository at this point in the history
  • Loading branch information
fstagni committed Aug 11, 2021
1 parent 893f60a commit 3122983
Show file tree
Hide file tree
Showing 2 changed files with 14 additions and 1 deletion.
13 changes: 13 additions & 0 deletions release.notes
Original file line number Diff line number Diff line change
@@ -1,3 +1,16 @@
[v7r2p20]

*Resources
NEW: (#5316) Support Python 3 pilots in SingularityCE
CHANGE: (#5310) changes some log levels in StorageElement
CHANGE: (#5310) Default to using CERNVM4 in SingularityCE
FIX: (#5310) Propagate the DIRAC and DIRACOS variables when not re-installing DIRAC in SingularityCE
FIX: (#5315) Parallel Library Srun: remove chmod of executableFile

*WMS
FIX: (#5323) fix python3 incompatibility in InputDataByProtocol


[v7r2p19]

*Configuration
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 = 19
patchLevel = 20
preVersion = 0

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

0 comments on commit 3122983

Please sign in to comment.