Skip to content

Commit

Permalink
v7r1p38 notes and tags
Browse files Browse the repository at this point in the history
  • Loading branch information
atsareg committed Apr 21, 2021
1 parent d1cf9e6 commit 06c6aef
Show file tree
Hide file tree
Showing 3 changed files with 9 additions and 2 deletions.
2 changes: 1 addition & 1 deletion __init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -95,7 +95,7 @@
else:
majorVersion = 7
minorVersion = 1
patchLevel = 37
patchLevel = 38
preVersion = 0

version = "v%sr%s" % (majorVersion, minorVersion)
Expand Down
7 changes: 7 additions & 0 deletions release.notes
Original file line number Diff line number Diff line change
@@ -1,3 +1,10 @@
[v7r1p38]

*WMS
FIX: (#5108) delete the local output sandbox tarfile in case it's still there
FIX: (#5106) SiteDirector - use | operand for the union of tests
CHANGE: (#5104) JobDB.setJobAttributes: use _update instead of _transaction (as not needed)

[v7r1p37]

*DataManagement
Expand Down
2 changes: 1 addition & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -33,7 +33,7 @@

setup(
name="DIRAC",
version="7.1.37",
version="7.1.38",
url="https://github.com/DIRACGRID/DIRAC",
license="GPLv3",
package_dir=package_dir,
Expand Down

0 comments on commit 06c6aef

Please sign in to comment.