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 8bffb6e commit 40e8b95Copy full SHA for 40e8b95
release.notes
@@ -1,4 +1,4 @@
1
-[v7r2p32]
+[v7r2p33]
2
3
*Core
4
FIX: (#5554) Fix overwriting files from an X509Chain object
src/DIRAC/__init__.py
@@ -105,7 +105,7 @@
105
else:
106
majorVersion = 7
107
minorVersion = 2
108
- patchLevel = 32
+ patchLevel = 33
109
preVersion = 0
110
111
version = "v%sr%s" % (majorVersion, minorVersion)
0 commit comments