Skip to content

Commit

Permalink
v7r0p56 notes and tags
Browse files Browse the repository at this point in the history
  • Loading branch information
atsareg committed Apr 28, 2021
1 parent eba57b1 commit d7af92e
Show file tree
Hide file tree
Showing 3 changed files with 10 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 = 0
patchLevel = 55
patchLevel = 56
preVersion = 0

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

*Resources
FIX: (#5119) HTCondorCE: Limit calls to actual cleanup (find and delete files on disk) to
once per minute per SiteDirector, fixes #5118
CHANGE: (#5119) HTCondorCE cleanup: Run the DIRAC_ executable purge with -O3 and -maxdepth
1 to speed up the find

[v7r0p55]

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

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

0 comments on commit d7af92e

Please sign in to comment.