From 9df12b1c2787bc375e8bdc1a5119cf8d41b6e73a Mon Sep 17 00:00:00 2001 From: Kris Wilson Date: Mon, 24 Jul 2017 21:26:37 -0700 Subject: [PATCH] Release 1.2.9 --- CHANGES.rst | 6 ++++++ pex/version.py | 2 +- 2 files changed, 7 insertions(+), 1 deletion(-) diff --git a/CHANGES.rst b/CHANGES.rst index 9aa50bf27..3fd2efa60 100644 --- a/CHANGES.rst +++ b/CHANGES.rst @@ -1,6 +1,12 @@ Release Notes ============= +1.2.9 +----- + +* Add first-class support for multi-interpreter and multi-platform pex construction. (#394) + `#394 `_ + 1.2.8 ----- diff --git a/pex/version.py b/pex/version.py index 978f66921..c338edc46 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.2.8' +__version__ = '1.2.9' # NB: If we upgrade to setuptools>=34 pex's bootstrap code in `PEXBuilder` will need an update to # include the `packaging` package in the `.bootstrap/` code since we use