Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
Prepare the 1.6.1 release. (#653)
Work towards #629
  • Loading branch information
jsirois committed Jan 23, 2019
1 parent dfbc5db commit a16f0ec
Show file tree
Hide file tree
Showing 2 changed files with 19 additions and 1 deletion.
18 changes: 18 additions & 0 deletions CHANGES.rst
@@ -1,6 +1,24 @@
Release Notes
=============

1.6.1
-----

* Make tox -evendor idempotent. (#651)
`PR #651 <https://github.com/pantsbuild/pex/pull/651>`_

* Fix invalid regex and escape sequences causing DeprecationWarning (#646)
`PR #646 <https://github.com/pantsbuild/pex/pull/646>`_

* Follow PEP 425 suggestions on distribution preference. (#640)
`PR #640 <https://github.com/pantsbuild/pex/pull/640>`_

* Setup interpreter extras in InstallerBase. (#635)
`PR #635 <https://github.com/pantsbuild/pex/pull/635>`_

* Ensure bootstrap demotion is complete. (#634)
`PR #634 <https://github.com/pantsbuild/pex/pull/634>`_

1.6.0
-----

Expand Down
2 changes: 1 addition & 1 deletion pex/version.py
@@ -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.0'
__version__ = '1.6.1'

0 comments on commit a16f0ec

Please sign in to comment.