We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent cf5b5f3 commit 86ecdebCopy full SHA for 86ecdeb
CHANGES.rst
@@ -1,6 +1,16 @@
1
Release Notes
2
=============
3
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
14
2.1.128
15
-------
16
pex/version.py
@@ -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.128"
+__version__ = "2.1.129"
0 commit comments