Skip to content

Commit 944a8f8

Browse files
committed
docs: v7r2p38 notes and tags
1 parent db98b83 commit 944a8f8

File tree

2 files changed

+12
-1
lines changed

2 files changed

+12
-1
lines changed

release.notes

Lines changed: 11 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -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+
112
[v7r2p37]
213

314
*Core

src/DIRAC/__init__.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -105,7 +105,7 @@
105105
else:
106106
majorVersion = 7
107107
minorVersion = 2
108-
patchLevel = 37
108+
patchLevel = 38
109109
preVersion = 0
110110

111111
version = "v%sr%s" % (majorVersion, minorVersion)

0 commit comments

Comments
 (0)