We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 0ef9884 commit 8bffb6eCopy full SHA for 8bffb6e
release.notes
@@ -1,3 +1,14 @@
1
+[v7r2p32]
2
+
3
+*Core
4
+FIX: (#5554) Fix overwriting files from an X509Chain object
5
6
+*WorkloadManagement
7
+FIX: (#5553) Various fixes to executor infrastructure
8
9
+*docs
10
+CHANGE: (#5551) Forces docutils to 0.17 because of bug with sphynx
11
12
[v7r2p31]
13
14
*ConfigurationSystem
src/DIRAC/__init__.py
@@ -105,7 +105,7 @@
105
else:
106
majorVersion = 7
107
minorVersion = 2
108
- patchLevel = 31
+ patchLevel = 32
109
preVersion = 0
110
111
version = "v%sr%s" % (majorVersion, minorVersion)
0 commit comments