Skip to content

Commit

Permalink
Prepare the 2.1.114 release. (#1987)
Browse files Browse the repository at this point in the history
Closes #1975
  • Loading branch information
jsirois authored Nov 21, 2022
1 parent 632a6ba commit 004d579
Show file tree
Hide file tree
Showing 2 changed files with 12 additions and 1 deletion.
11 changes: 11 additions & 0 deletions CHANGES.rst
Original file line number Diff line number Diff line change
@@ -1,6 +1,17 @@
Release Notes
=============

2.1.114
-------

This release brings two fixes for ``--venv`` mode PEXes.

* Only insert "" to head of sys.path if a venv PEX runs in interpreter mode (#1984)
`PR #1984 <https://github.com/pantsbuild/pex/pull/1984>`_

* Map pex python path interpreter to realpath when creating venv dir hash. (#1972)
`PR #1972 <https://github.com/pantsbuild/pex/pull/1972>`_

2.1.113
-------

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.113"
__version__ = "2.1.114"

0 comments on commit 004d579

Please sign in to comment.