Skip to content

Commit

Permalink
2.1.4.pre1
Browse files Browse the repository at this point in the history
Signed-off-by: Alan Malta Rodrigues <[email protected]>
  • Loading branch information
amaltaro authored and Kenyi Hurtado committed Oct 7, 2022
1 parent 30dd628 commit 753538e
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 1 deletion.
7 changes: 7 additions & 0 deletions CHANGES
Original file line number Diff line number Diff line change
@@ -1,3 +1,10 @@
2.1.3 to 2.1.4.pre1:
- Enable compression of block data injected into DBSServer (Alan Malta Rodrigues) #11325
- Split microservices into separate packages (Erik Gough) #11324
- use is_alive with thread objs (isAlive deprecated) (Benjamin Tovar) #11323
- Scram.py - decode Popen stdout and stderr (Dario Mapelli) #11321


2.1.3.pre1 to 2.1.3:
- Convert module to python3-only (Alan Malta Rodrigues) #11298
- Create job classad for REQUIRED_ARCH (Alan Malta Rodrigues) #11298
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.3'
__version__ = '2.1.4.pre1'
__all__ = []

0 comments on commit 753538e

Please sign in to comment.