Skip to content

Commit

Permalink
1.4.9.pre8
Browse files Browse the repository at this point in the history
Signed-off-by: Alan Malta Rodrigues <[email protected]>
  • Loading branch information
amaltaro committed Jun 9, 2021
1 parent e078d56 commit ec888c3
Show file tree
Hide file tree
Showing 2 changed files with 12 additions and 1 deletion.
11 changes: 11 additions & 0 deletions CHANGES
Original file line number Diff line number Diff line change
@@ -1,3 +1,14 @@
1.4.9.pre7 to 1.4.9.pre8:
- [py2py3] fix unittests from #10295 - src (Dario Mapelli) #10581
- remove EventAwareLumiByWork_t unit tests from the py3 unstable list (Alan Malta Rodrigues) #10583
- Sort files by name in EventAwareLumiByWork; fix slice 7 unit tests (Alan Malta Rodrigues) #10583
- [py2py3] fix unittests from #10117 - src (Dario Mapelli) #10579
- added one item to and sorted list of py3 unstable unittests (Dario Mapelli) #10575
- [py2py3] fix unittests from #10057, improving REST_t/Simple_t - src (Dario Mapelli) #10575
- Fix Py3 unit tests for slice 6, CouchService_t (Alan Malta Rodrigues) #10578
- Fix unittest from dmwm#10529, Proxy_t (Erik Gough)


1.4.9.pre6 to 1.4.9.pre7:
- fix globalQueue initialization in WorkQueueReqMgrInterface_t (Alan Malta Rodrigues) #10576
- Fix Rucio-related unit tests (Alan Malta Rodrigues) #10576
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__ = '1.4.9.pre7'
__version__ = '1.4.9.pre8'
__all__ = []

0 comments on commit ec888c3

Please sign in to comment.