Skip to content

Commit

Permalink
Release 1.2.12
Browse files Browse the repository at this point in the history
  • Loading branch information
kwlzn committed Sep 28, 2017
1 parent 5c663c8 commit 470137a
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 1 deletion.
6 changes: 6 additions & 0 deletions CHANGES.rst
Original file line number Diff line number Diff line change
@@ -1,6 +1,12 @@
Release Notes
=============

1.2.12
------

* Create --pex-path argument for pex cli and load pex path into pex-info metadata (#417)
`#417 <https://github.com/pantsbuild/pex/pull/417>`_

1.2.11
------

Expand Down
2 changes: 1 addition & 1 deletion pex/version.py
Original file line number Diff line number Diff line change
@@ -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.11'
__version__ = '1.2.12'

# 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
Expand Down

0 comments on commit 470137a

Please sign in to comment.