Skip to content

Commit

Permalink
Prepare 2.1.19
Browse files Browse the repository at this point in the history
  • Loading branch information
Eric-Arellano committed Oct 15, 2020
1 parent f6ec8ec commit dfb43e0
Show file tree
Hide file tree
Showing 2 changed files with 18 additions and 1 deletion.
17 changes: 17 additions & 0 deletions CHANGES.rst
Original file line number Diff line number Diff line change
@@ -1,6 +1,23 @@
Release Notes
=============

2.1.19
------

This release adds the ``--python-path`` option, which allows controlling the
interpreter search paths when building a PEX.

It also removes ``--use-first-matching-interpreter``, which was a misfeature.

* Add ``--python-path`` to change interpreter search paths when building a PEX. (#1077)
`PR #1077 <https://github.com/pantsbuild/pex/pull/1077>`_

* Remove ``--use-first-matching-interpreter`` misfeature. (#1076)
`PR #1076 <https://github.com/pantsbuild/pex/pull/1076>`_

* Encapsulate ``--inherit-path`` handling. (#1072)
`PR #1072 <https://github.com/pantsbuild/pex/pull/1072>`_

2.1.18
------

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.18"
__version__ = "2.1.19"

0 comments on commit dfb43e0

Please sign in to comment.