Skip to content

Commit 86ecdeb

Browse files
authored
Prepare the 2.1.129 release. (pex-tool#2095)
Closes pex-tool#2089
1 parent cf5b5f3 commit 86ecdeb

File tree

2 files changed

+11
-1
lines changed

2 files changed

+11
-1
lines changed

CHANGES.rst

+10
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,16 @@
11
Release Notes
22
=============
33

4+
2.1.129
5+
-------
6+
7+
This release fixes a bug downloading a VCS requirement from a lock when
8+
the ambient Python interpreter used to run Pex does not meet the
9+
``Requires-Python`` constraint of the VCS requirement.
10+
11+
* Fix VCS lock downloads to respect target. (#2094)
12+
`PR #2094 <https://github.com/pantsbuild/pex/pull/2094>`_
13+
414
2.1.128
515
-------
616

pex/version.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
11
# Copyright 2015 Pants project contributors (see CONTRIBUTORS.md).
22
# Licensed under the Apache License, Version 2.0 (see LICENSE).
33

4-
__version__ = "2.1.128"
4+
__version__ = "2.1.129"

0 commit comments

Comments
 (0)