Skip to content

Commit

Permalink
Prepare the 1.6.10 release. (#760)
Browse files Browse the repository at this point in the history
Closes #759
  • Loading branch information
jsirois authored Aug 19, 2019
1 parent 80194a7 commit a6bd414
Show file tree
Hide file tree
Showing 2 changed files with 11 additions and 1 deletion.
10 changes: 10 additions & 0 deletions CHANGES.rst
Original file line number Diff line number Diff line change
@@ -1,6 +1,16 @@
Release Notes
=============

1.6.10
------

This is a hotfix release for the bug detailed in #756 that was
introduced by #752 in python 3.7 interpreters.

* Guard against modules with a `__file__` of `None`. (#757)
`Issue #756 <https://github.com/pantsbuild/pex/issues/756>`_
`PR #757 <https://github.com/pantsbuild/pex/pull/757>`_

1.6.9
-----

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

0 comments on commit a6bd414

Please sign in to comment.