Skip to content

Commit

Permalink
Prepare the 1.4.9 release. (#588)
Browse files Browse the repository at this point in the history
Work towards #583
  • Loading branch information
jsirois authored Oct 8, 2018
1 parent 44ff463 commit a7f5069
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.4.9
-----

This is a hotfix release for 1.4.8 that fixes a regression in interpreter setup that could lead to
resolved distributions failing to build or install.

* Cleanup `PexInfo` and `PythonInterpreter`. (#581)
`PR #581 <https://github.com/pantsbuild/pex/pull/581>`_

* Fix resolve regressions introduced by the 1.4.8. (#580)
`PR #580 <https://github.com/pantsbuild/pex/pull/580>`_

* Narrow the env marker test. (#578)
`PR #578 <https://github.com/pantsbuild/pex/pull/578>`_

* Documentation for #569 (#574)
`PR #574 <https://github.com/pantsbuild/pex/pull/574>`_

1.4.8
-----

Expand Down
2 changes: 1 addition & 1 deletion pex/version.py
Original file line number Diff line number Diff line change
@@ -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.8'
__version__ = '1.4.9'

# 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

0 comments on commit a7f5069

Please sign in to comment.