Skip to content

Commit

Permalink
Prepare the 1.4.7 release. (#556)
Browse files Browse the repository at this point in the history
Fixes #555
  • Loading branch information
jsirois committed Sep 25, 2018
1 parent 479bd5f commit 47c26d7
Show file tree
Hide file tree
Showing 3 changed files with 10 additions and 1 deletion.
8 changes: 8 additions & 0 deletions CHANGES.rst
@@ -1,6 +1,14 @@
Release Notes
=============

1.4.7
-----

This is a hotfix release for a regression in setuptools compatibility introduced by #542.

* Fixup `PEX.demote_bootstrap`: fully unimport. (#554)
`PR #554 <https://github.com/pantsbuild/pex/pull/554>`_

1.4.6
-----

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

__version__ = '1.4.6'
__version__ = '1.4.7'

# Versions 34.0.0 through 35.0.2 (last pre-36.0.0) de-vendored dependencies which causes problems
# for pex code so we exclude that range.
Expand Down
1 change: 1 addition & 0 deletions setup.py
Expand Up @@ -29,6 +29,7 @@
version = __version__,
description = "The PEX packaging toolchain.",
long_description = LONG_DESCRIPTION,
long_description_content_type="text/x-rst",
url = 'https://github.com/pantsbuild/pex',
license = 'Apache License, Version 2.0',
zip_safe = True,
Expand Down

0 comments on commit 47c26d7

Please sign in to comment.