Skip to content

Commit

Permalink
Prepare the 1.5.1 release. (pex-tool#594)
Browse files Browse the repository at this point in the history
Work towards pex-tool#593
  • Loading branch information
jsirois authored Oct 11, 2018
1 parent 884b459 commit be43570
Show file tree
Hide file tree
Showing 2 changed files with 10 additions and 1 deletion.
9 changes: 9 additions & 0 deletions CHANGES.rst
Original file line number Diff line number Diff line change
@@ -1,6 +1,15 @@
Release Notes
=============

1.5.1
-----

This release brings a fix to handle top-level requirements with environment markers, fully
completing environment marker support.

* Filter top-level requirements against env markers. (#592)
`PR #592 <https://github.com/pantsbuild/pex/pull/592>`_

1.5.0
-----

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

# 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 be43570

Please sign in to comment.