Skip to content

Commit

Permalink
v7r2p16 notes and tags
Browse files Browse the repository at this point in the history
  • Loading branch information
atsareg committed Jul 19, 2021
1 parent 913abf2 commit a22cadf
Show file tree
Hide file tree
Showing 2 changed files with 15 additions and 1 deletion.
14 changes: 14 additions & 0 deletions release.notes
Original file line number Diff line number Diff line change
@@ -1,3 +1,17 @@
[v7r2p16]

*Configuration
FIX: (#5266) fix RefresherBase log

*Resources
FIX: (#5271) only evaluate number of GPUs if necessary

*WMS
FIX: (#5271) Limiter: no error if the section does not exist

*TS
NEW: (#5268) add currentStatus parameter to TransformationClient.setTransformationParameter

[v7r2p15]

*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 @@ -105,7 +105,7 @@
else:
majorVersion = 7
minorVersion = 2
patchLevel = 15
patchLevel = 16
preVersion = 0

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

0 comments on commit a22cadf

Please sign in to comment.