From 22b3eb95bbca8f4c5db28bc74f3ce7693c8b47c5 Mon Sep 17 00:00:00 2001 From: Kris Wilson Date: Thu, 15 Nov 2018 12:42:48 -0800 Subject: [PATCH] Release 1.5.3 --- CHANGES.rst | 9 +++++++++ pex/version.py | 2 +- 2 files changed, 10 insertions(+), 1 deletion(-) diff --git a/CHANGES.rst b/CHANGES.rst index 6ad194242..dc4fc3874 100644 --- a/CHANGES.rst +++ b/CHANGES.rst @@ -1,6 +1,15 @@ Release Notes ============= +1.5.3 +----- + +* Fixup PEXEnvironment extras resolution. (#617) + `PR #617 `_ + +* Repair unhandled AttributeError during pex bootstrapping. (#599) + `PR #599 `_ + 1.5.2 ----- diff --git a/pex/version.py b/pex/version.py index c5e0b15b7..decfc7d26 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.5.2' +__version__ = '1.5.3' # 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.