Skip to content

Commit

Permalink
2.0.2.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 Mar 29, 2022
1 parent 2306f61 commit 22aee51
Show file tree
Hide file tree
Showing 2 changed files with 11 additions and 1 deletion.
10 changes: 10 additions & 0 deletions CHANGES
Original file line number Diff line number Diff line change
@@ -1,3 +1,13 @@
2.0.1 to 2.0.2.pre1:
- Better logging for DBS block insertion in DBS3Upload (Alan Malta Rodrigues) #11058
- Document the use of docstrings and best practices in the project (Alan Malta Rodrigues) #11052
- Define gzip encoding by default in the headers; properly decompress it (Valentin Kuznetsov) #11041
- Fetch protectedLFNs for T0 (Todor Ivanov) #11050
- Prevent excessive calls for agent config via ReqMgrAux (Erik Gough) #11033
- Adjust processing version to be integer (Valentin Kuznetsov) #11043
- [CouchDB] Do not sanitize couch url at the component layer (Alan Malta Rodrigues) #11045


2.0.1.pre6 to 2.0.1:


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

0 comments on commit 22aee51

Please sign in to comment.