Skip to content

Commit

Permalink
v7r1p42 notes and tags
Browse files Browse the repository at this point in the history
  • Loading branch information
atsareg committed Jun 2, 2021
1 parent 8890c68 commit 761cdcb
Show file tree
Hide file tree
Showing 3 changed files with 8 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 = 41
patchLevel = 42
preVersion = 0

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

*Framework
FIX: (#5168) Avoid minor caching bug which causes constraints to be violated when rapidly
writing to UserProfileDB

[v7r1p41]

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

0 comments on commit 761cdcb

Please sign in to comment.