Skip to content

Commit

Permalink
2.0.1.pre1
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 15, 2022
1 parent 16c4c36 commit 2492e5a
Show file tree
Hide file tree
Showing 2 changed files with 10 additions and 1 deletion.
9 changes: 9 additions & 0 deletions CHANGES
Original file line number Diff line number Diff line change
@@ -1,3 +1,12 @@
2.0.0 to 2.0.1.pre1:
- Add parameters to rucio datasets (Jhonatan Amado) #10989
- Update requirements.txt and PyPI build scripts for py3 stack (Erik Gough) #10976
- Update mocked APIs and data (Alan Malta Rodrigues) #10990
- Fix a few DBS3Reader APIs, likely unused ones (Alan Malta Rodrigues) #10990
- Remove files from mongoProjection (Todor Ivanov) #10987
- Bump dbs3-client to 4.0.6 (Alan Malta Rodrigues) #10984


2.0.0.pre3 to 2.0.0:


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.0'
__version__ = '2.0.1.pre1'
__all__ = []

0 comments on commit 2492e5a

Please sign in to comment.