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 2e179f1 commit fea1de4Copy full SHA for fea1de4
2 files changed
CHANGES
@@ -1,3 +1,7 @@
1
+2.1.7rc7 to 2.1.7:
2
+ - fix NameError import in the REST package (Thanayut Seethongchuen) #11485
3
+
4
5
2.1.7rc6 to 2.1.7rc7:
6
- Move site config setup from CMS_PATH to SITECONFIG_PATH (Alan Malta Rodrigues) #11481
7
- Deprecate TFC override for multi-step jobs (Alan Malta Rodrigues) #11473
src/python/WMCore/__init__.py
@@ -6,5 +6,5 @@
"""
8
9
-__version__ = '2.1.7rc7'
+__version__ = '2.1.7'
10
__all__ = []
0 commit comments