Skip to content

Commit

Permalink
Prepare the v1.6.12 release. (#777)
Browse files Browse the repository at this point in the history
  • Loading branch information
jsirois authored Oct 17, 2019
1 parent 23d0da4 commit e5317cb
Show file tree
Hide file tree
Showing 2 changed files with 13 additions and 1 deletion.
12 changes: 12 additions & 0 deletions CHANGES.rst
Original file line number Diff line number Diff line change
@@ -1,6 +1,18 @@
Release Notes
=============

1.6.12
------

This release adds the `--intransitive` option to support pre-resolved requirements
lists and allows for python binaries built under Gentoo naming conventions.

* Add an --intransitive option. (#775)
`PR #775 <https://github.com/pantsbuild/pex/pull/775>`_

* PythonInterpreter: support python binary names with single letter suffixes (#769)
`PR #769 <https://github.com/pantsbuild/pex/pull/769>`_

1.6.11
------

Expand Down
2 changes: 1 addition & 1 deletion pex/version.py
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
# Copyright 2015 Pants project contributors (see CONTRIBUTORS.md).
# Licensed under the Apache License, Version 2.0 (see LICENSE).

__version__ = '1.6.11'
__version__ = '1.6.12'

0 comments on commit e5317cb

Please sign in to comment.