Skip to content

Commit

Permalink
v7r2p7 notes and tags
Browse files Browse the repository at this point in the history
  • Loading branch information
atsareg committed May 19, 2021
1 parent 6cb54d6 commit 99d2acd
Show file tree
Hide file tree
Showing 2 changed files with 13 additions and 1 deletion.
12 changes: 12 additions & 0 deletions release.notes
Original file line number Diff line number Diff line change
@@ -1,3 +1,15 @@
[v7r2p7]

*Core
CHANGE: (#5142) Move MySQL.ConnectionPool class to the module level
CHANGE: (#5142) Move RequestHandler.ConnectionError to the module level
FIX: (#5133) The RPC Client class should now be threadsafe
FIX: (#5133) Correctly add RPC attributes to client objects in Python 3
FIX: (#5130) Avoid race when importing modules which can cause classes to be redefined

*Transformation
FIX: (#5135) TransformationBody update is too long for parameters

[v7r2p6]

*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 = 6
patchLevel = 7
preVersion = 0

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

0 comments on commit 99d2acd

Please sign in to comment.