From 6a97efd24ec0b524d8a701d5491c8aa1791f34d4 Mon Sep 17 00:00:00 2001 From: John Sirois Date: Fri, 21 Oct 2022 18:24:13 -0700 Subject: [PATCH] Prepare the 2.1.112 release. (#1963) Closes #1950 --- CHANGES.rst | 10 ++++++++++ pex/version.py | 2 +- 2 files changed, 11 insertions(+), 1 deletion(-) diff --git a/CHANGES.rst b/CHANGES.rst index 89257a386..5765b0113 100644 --- a/CHANGES.rst +++ b/CHANGES.rst @@ -1,6 +1,16 @@ Release Notes ============= +2.1.112 +------- + +This release brings support for the latest Pip release and includes +some internal changes to help debug intermittent issues some users are +seeing that implicate what may be file locking related bugs. + +* Add support for ``--pip-version 22.3``. (#1953) + `PR #1953 `_ + 2.1.111 ------- diff --git a/pex/version.py b/pex/version.py index 703596613..ff657f9d8 100644 --- a/pex/version.py +++ b/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.111" +__version__ = "2.1.112"