From e5a0b4e414e9f941f4dd55b632b9321f3cc77b0e Mon Sep 17 00:00:00 2001 From: John Sirois Date: Mon, 8 Oct 2018 19:20:46 -0400 Subject: [PATCH] Prepare the 1.4.9 release. Work towards #583 --- CHANGES.rst | 18 ++++++++++++++++++ pex/version.py | 2 +- 2 files changed, 19 insertions(+), 1 deletion(-) diff --git a/CHANGES.rst b/CHANGES.rst index eac2ee2dc..1b3577b1e 100644 --- a/CHANGES.rst +++ b/CHANGES.rst @@ -1,6 +1,24 @@ Release Notes ============= +1.4.9 +----- + +This is a hotfix release for 1.4.8 that fixes a regression in interpreter setup that could lead to +resolved distributions failing to build or install. + +* Cleanup `PexInfo` and `PythonInterpreter`. (#581) + `PR #581 `_ + +* Fix resolve regressions introduced by the 1.4.8. (#580) + `PR #580 `_ + +* Narrow the env marker test. (#578) + `PR #578 `_ + +* Documentation for #569 (#574) + `PR #574 `_ + 1.4.8 ----- diff --git a/pex/version.py b/pex/version.py index d1c4d491f..370025587 100644 --- a/pex/version.py +++ b/pex/version.py @@ -1,7 +1,7 @@ # Copyright 2015 Pants project contributors (see CONTRIBUTORS.md). # Licensed under the Apache License, Version 2.0 (see LICENSE). -__version__ = '1.4.8' +__version__ = '1.4.9' # Versions 34.0.0 through 35.0.2 (last pre-36.0.0) de-vendored dependencies which causes problems # for pex code so we exclude that range.