Skip to content

Commit

Permalink
Prepare the 2.1.124 release. (#2071)
Browse files Browse the repository at this point in the history
Closes #2058
  • Loading branch information
jsirois authored Feb 27, 2023
1 parent f52f2e4 commit aa10bf1
Show file tree
Hide file tree
Showing 2 changed files with 23 additions and 1 deletion.
22 changes: 22 additions & 0 deletions CHANGES.rst
Original file line number Diff line number Diff line change
@@ -1,6 +1,28 @@
Release Notes
=============

2.1.124
-------

This release adds support for specifying ``--non-hermetic-venv-scripts``
when building a ``--venv`` PEX. This can be useful when integrating with
frameworks that do setup via ``PYTHONPATH`` manipulation.

Support for Pip 23.0.1 and setuptools 67.4.0 is added via
``--pip-version 23.0.1``.

Additionally, more work towards hardening Pex against rare concurrency
issues in its atomic directory handling is included.

* Introduce ``--non-hermetic-venv-scripts``. (#2068)
`PR #2068 <https://github.com/pantsbuild/pex/pull/2068>`_

* Wrap inter-process locks in in-process locks. (#2070)
`PR #2070 <https://github.com/pantsbuild/pex/pull/2070>`_

* Add support for Pip 23.0.1. (#2072)
`PR #2072 <https://github.com/pantsbuild/pex/pull/2072>`_

2.1.123
-------

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.123"
__version__ = "2.1.124"

0 comments on commit aa10bf1

Please sign in to comment.