Skip to content

Commit

Permalink
Prepare the 1.6.2 release. (#667)
Browse files Browse the repository at this point in the history
Fixes #652
  • Loading branch information
jsirois authored Feb 11, 2019
1 parent 5f19c91 commit edc636c
Show file tree
Hide file tree
Showing 2 changed files with 19 additions and 1 deletion.
18 changes: 18 additions & 0 deletions CHANGES.rst
Original file line number Diff line number Diff line change
@@ -1,6 +1,24 @@
Release Notes
=============

1.6.2
-----

* Support de-vendoring for installs. (#666)
`PR #666 <https://github.com/pantsbuild/pex/pull/666>`_

* Add User-Agent header when resolving via urllib (#663)
`PR #663 <https://github.com/pantsbuild/pex/pull/663>`_

* Fix interpreter finding (#662)
`PR #662 <https://github.com/pantsbuild/pex/pull/662>`_

* Add recipe to use PEX with requests module and proxies. (#659)
`PR #659 <https://github.com/pantsbuild/pex/pull/659>`_

* Allow pex to be invoked using runpy (python -m pex). (#637)
`PR #637 <https://github.com/pantsbuild/pex/pull/637>`_

1.6.1
-----

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

0 comments on commit edc636c

Please sign in to comment.