Skip to content

Commit fea1de4

Browse files
committed
2.1.7
Signed-off-by: Alan Malta Rodrigues <alan.malta@cern.ch>
1 parent 2e179f1 commit fea1de4

2 files changed

Lines changed: 5 additions & 1 deletion

File tree

CHANGES

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -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+
15
2.1.7rc6 to 2.1.7rc7:
26
- Move site config setup from CMS_PATH to SITECONFIG_PATH (Alan Malta Rodrigues) #11481
37
- Deprecate TFC override for multi-step jobs (Alan Malta Rodrigues) #11473

src/python/WMCore/__init__.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,5 +6,5 @@
66
77
"""
88

9-
__version__ = '2.1.7rc7'
9+
__version__ = '2.1.7'
1010
__all__ = []

0 commit comments

Comments
 (0)