Skip to content

Commit

Permalink
v7r1p40 notes and tags
Browse files Browse the repository at this point in the history
  • Loading branch information
atsareg committed May 19, 2021
1 parent 9c0da69 commit 9d61918
Show file tree
Hide file tree
Showing 3 changed files with 18 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 = 39
patchLevel = 40
preVersion = 0

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

*Core
CHANGE: (#5123) Read X509_CERT_DIR from central place

*WorkloadManagement
CHANGE: (#5143) Clarify that "tarfile failed with message" can be normal
FIX: (#5146) SiteDirector._getPilotsWeMayWantToSubmit: fix return type in case of error

*DataManagement
CHANGE: (#5144) FileManagerPS has bulk method for getReplicas

*Resources
CHANGE: (#5137) HTCondorCE submits jobs with -spool option when a local schedd is used to
spool the pilot wrappers that can be deleted afterwards

[v7r1p39]

*WMS
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.39",
version="7.1.40",
url="https://github.com/DIRACGRID/DIRAC",
license="GPLv3",
package_dir=package_dir,
Expand Down

0 comments on commit 9d61918

Please sign in to comment.