Skip to content

Commit

Permalink
2.0.1.pre5
Browse files Browse the repository at this point in the history
Signed-off-by: Todor Ivanov <todor.trendafilov.ivanov@cern.ch>
  • Loading branch information
todor-ivanov committed Mar 8, 2022
1 parent a1da43b commit 8f5f40c
Show file tree
Hide file tree
Showing 2 changed files with 9 additions and 1 deletion.
8 changes: 8 additions & 0 deletions CHANGES
Original file line number Diff line number Diff line change
@@ -1,3 +1,11 @@
2.0.1.pre4 to 2.0.1.pre5:
- unit tests and pylint (Alan Malta Rodrigues) #11024
- MSOutput: read RelVal output data policy from configuration (Alan Malta Rodrigues) #11024
- Add rse=ALL_DOCS to the MSUnmerged info REST API. (Todor Ivanov) #11025
- Allow MongoDB to be instantiated without mongomock library (Alan Malta Rodrigues) #11023
- Swap NotMasterError with NotPrimaryError. (Todor Ivanov) #11016


2.0.1.pre3 to 2.0.1.pre4:
- Make MSOutput Disk expression configurable (Alan Malta Rodrigues) #11018

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.0.1.pre4'
__version__ = '2.0.1.pre5'
__all__ = []

0 comments on commit 8f5f40c

Please sign in to comment.