Skip to content

Commit 8bffb6e

Browse files
committed
docs: v7r2p32 notes and tags
1 parent 0ef9884 commit 8bffb6e

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+
[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+
112
[v7r2p31]
213

314
*ConfigurationSystem

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 = 31
108+
patchLevel = 32
109109
preVersion = 0
110110

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

0 commit comments

Comments
 (0)