Skip to content

Commit

Permalink
Prepare the 2.1.89 release.
Browse files Browse the repository at this point in the history
  • Loading branch information
jsirois committed May 18, 2022
1 parent 2b3bdee commit 42449cb
Show file tree
Hide file tree
Showing 2 changed files with 14 additions and 1 deletion.
13 changes: 13 additions & 0 deletions CHANGES.rst
Original file line number Diff line number Diff line change
@@ -1,6 +1,19 @@
Release Notes
=============

2.1.89
------

This release brings official support for CPython 3.11 and PyPy 3.9 as
well as long needed robust runtime interpreter selection.

* Select PEX runtime interpreter robustly. (#1770)
`PR #1770 <https://github.com/pantsbuild/pex/pull/1770>`_
* Upgrade PyPy checking to latest. (#1767)
`PR #1767 <https://github.com/pantsbuild/pex/pull/1767>`_
* Add 3.11 support. (#1766)
`PR #1766 <https://github.com/pantsbuild/pex/pull/1766>`_

2.1.88
------

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.88"
__version__ = "2.1.89"

0 comments on commit 42449cb

Please sign in to comment.