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 db98b83 commit 944a8f8Copy full SHA for 944a8f8
release.notes
@@ -1,3 +1,14 @@
1
+[v7r2p38]
2
+
3
+*WorkloadManagementSystem
4
+FIX: (#5709) ElasticJobParametersDB: get in output all entries
5
6
+*Core
7
+FIX: (#5706) encodeDict when the dict keys have mixed types
8
9
+*ConfigurationSystem
10
+FIX: (#5689) fix an exception in the VOMS2CSAgent when a user joins a second VO
11
12
[v7r2p37]
13
14
*Core
src/DIRAC/__init__.py
@@ -105,7 +105,7 @@
105
else:
106
majorVersion = 7
107
minorVersion = 2
108
- patchLevel = 37
+ patchLevel = 38
109
preVersion = 0
110
111
version = "v%sr%s" % (majorVersion, minorVersion)
0 commit comments