Skip to content

Commit

Permalink
Prepare the 2.1.97 release. (#1844)
Browse files Browse the repository at this point in the history
Closes #1835
  • Loading branch information
jsirois authored Jul 12, 2022
1 parent e615528 commit aa4579a
Show file tree
Hide file tree
Showing 2 changed files with 12 additions and 2 deletions.
12 changes: 11 additions & 1 deletion CHANGES.rst
Original file line number Diff line number Diff line change
@@ -1,6 +1,16 @@
Release Notes
=============

2.1.97
------

This release patches a hole left by #1828 in the Pex 2.1.95 release
whereby, although you could run a PEX under a too-long PEX_ROOT you
could not build a PEX under a tool-long PEX_ROOT.

* Avoid ENOEXEC for Pex internal --venvs. (#1843)
`PR #1843 <https://github.com/pantsbuild/pex/pull/1843>`_

2.1.96
------

Expand All @@ -9,7 +19,7 @@ This is a hotfix release that fixes ``--venv`` mode
apply to ``sys.executable`` and not other Pythons.

* Fix ``--venv`` ``PEX PEX_EXTRA_SYS_PATH`` propagation. (#1837)
`PR #1837 <https://github.com/pantsbuild/pex/pull/1837>`_
`PR #1837 <https://github.com/pantsbuild/pex/pull/1837>`_

2.1.95
------
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.96"
__version__ = "2.1.97"

0 comments on commit aa4579a

Please sign in to comment.