Skip to content

Commit

Permalink
v7r1p39 notes and tags
Browse files Browse the repository at this point in the history
  • Loading branch information
atsareg committed Apr 28, 2021
1 parent 08b45f1 commit e0d8b48
Show file tree
Hide file tree
Showing 3 changed files with 7 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 = 38
patchLevel = 39
preVersion = 0

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

*WMS
CHANGE: (#5121) for HTCondor, the SiteDirectory write the executable in the globally defined working directory

[v7r1p38]

FIX: fixes from v7r0p55
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.38",
version="7.1.39",
url="https://github.com/DIRACGRID/DIRAC",
license="GPLv3",
package_dir=package_dir,
Expand Down

0 comments on commit e0d8b48

Please sign in to comment.