Skip to content

Commit

Permalink
Prepare the 2.1.39 release. (#1319)
Browse files Browse the repository at this point in the history
Closes #1313
  • Loading branch information
jsirois authored Apr 5, 2021
1 parent 78c7b01 commit 994b882
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
=============

2.1.39
------

A hotfix that fixes a bug present since 2.1.25 that results in infinite
recursion in PEX runtime resolves when handling dependency cycles.

* Guard against cyclic dependency graphs. (#1317)
`PR #1317 <https://github.com/pantsbuild/pex/pull/1317>`_

2.1.38
------

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__ = "2.1.38"
__version__ = "2.1.39"

0 comments on commit 994b882

Please sign in to comment.