From be43570816202b57d212720e6d69fabb5102978a Mon Sep 17 00:00:00 2001 From: John Sirois <john.sirois@gmail.com> Date: Thu, 11 Oct 2018 01:28:24 -0400 Subject: [PATCH] Prepare the 1.5.1 release. (#594) Work towards #593 --- CHANGES.rst | 9 +++++++++ pex/version.py | 2 +- 2 files changed, 10 insertions(+), 1 deletion(-) diff --git a/CHANGES.rst b/CHANGES.rst index ad8d22b47..2103b3e2b 100644 --- a/CHANGES.rst +++ b/CHANGES.rst @@ -1,6 +1,15 @@ Release Notes ============= +1.5.1 +----- + +This release brings a fix to handle top-level requirements with environment markers, fully +completing environment marker support. + +* Filter top-level requirements against env markers. (#592) + `PR #592 <https://github.com/pantsbuild/pex/pull/592>`_ + 1.5.0 ----- diff --git a/pex/version.py b/pex/version.py index f2f4400db..5a61411b2 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.0' +__version__ = '1.5.1' # 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.