Skip to content

Commit

Permalink
v7r2p4 notes and tags
Browse files Browse the repository at this point in the history
  • Loading branch information
atsareg committed Apr 21, 2021
1 parent 214dcd3 commit e789cc8
Show file tree
Hide file tree
Showing 2 changed files with 9 additions and 1 deletion.
8 changes: 8 additions & 0 deletions release.notes
Original file line number Diff line number Diff line change
@@ -1,3 +1,11 @@
[v7r2p4]

*Core
NEW: (#5094) DIRAC.Core.Utilities.Extensions module for interacting with extensions in a Python 3 compatible way

*tests
NEW: (#5094) ./integration_tests.py helper script for running the integration tests locally

[v7r2p3]

FIX: Fixes from v7r054 and v7r1p37
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 = 3
patchLevel = 4
preVersion = 0

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

0 comments on commit e789cc8

Please sign in to comment.