Skip to content

Commit

Permalink
Prepare the 1.6.8 release. (#743)
Browse files Browse the repository at this point in the history
Fixes #740
  • Loading branch information
jsirois authored Jun 27, 2019
1 parent 32e074c commit f5e00ad
Show file tree
Hide file tree
Showing 2 changed files with 16 additions and 1 deletion.
15 changes: 15 additions & 0 deletions CHANGES.rst
Original file line number Diff line number Diff line change
@@ -1,6 +1,21 @@
Release Notes
=============

1.6.8
-----

* Fixup pex re-exec during bootstrap. (#741)
`PR #741 <https://github.com/pantsbuild/pex/pull/741>`_

* Fix resolution of `setup.py` project extras. (#739)
`PR #739 <https://github.com/pantsbuild/pex/pull/739>`_

* Tighten up namespace declaration logic. (#732)
`PR #732 <https://github.com/pantsbuild/pex/pull/732>`_

* Fixup import sorting. (#731)
`PR #731 <https://github.com/pantsbuild/pex/pull/731>`_

1.6.7
-----

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.7'
__version__ = '1.6.8'

0 comments on commit f5e00ad

Please sign in to comment.