Skip to content

Commit

Permalink
Prepare the 2.1.156 release. (#2316)
Browse files Browse the repository at this point in the history
Co-authored-by: Huon Wilson <[email protected]>
  • Loading branch information
jsirois and huonw authored Jan 5, 2024
1 parent 1be2143 commit 4126de2
Show file tree
Hide file tree
Showing 2 changed files with 9 additions and 1 deletion.
8 changes: 8 additions & 0 deletions CHANGES.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,13 @@
# Release Notes

## 2.1.156

This release optimizes wheel install overhead for warm caches. Notably,
this speeds up warm boot for PEXes containing large distributions like
PyTorch as well as creating venvs from them.

* Lower noop wheel install overhead. (#2315)

## 2.1.155

This release brings support for `--pip-version 23.3.2` along with
Expand Down
2 changes: 1 addition & 1 deletion pex/version.py
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
# Copyright 2015 Pants project contributors (see CONTRIBUTORS.md).
# Licensed under the Apache License, Version 2.0 (see LICENSE).

__version__ = "2.1.155"
__version__ = "2.1.156"

0 comments on commit 4126de2

Please sign in to comment.