Skip to content

Commit

Permalink
2.1.7
Browse files Browse the repository at this point in the history
Signed-off-by: Alan Malta Rodrigues <[email protected]>
  • Loading branch information
amaltaro committed Feb 13, 2023
1 parent 2e179f1 commit fea1de4
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 1 deletion.
4 changes: 4 additions & 0 deletions CHANGES
Original file line number Diff line number Diff line change
@@ -1,3 +1,7 @@
2.1.7rc7 to 2.1.7:
- fix NameError import in the REST package (Thanayut Seethongchuen) #11485


2.1.7rc6 to 2.1.7rc7:
- Move site config setup from CMS_PATH to SITECONFIG_PATH (Alan Malta Rodrigues) #11481
- Deprecate TFC override for multi-step jobs (Alan Malta Rodrigues) #11473
Expand Down
2 changes: 1 addition & 1 deletion src/python/WMCore/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -6,5 +6,5 @@
"""

__version__ = '2.1.7rc7'
__version__ = '2.1.7'
__all__ = []

0 comments on commit fea1de4

Please sign in to comment.