Skip to content

Commit

Permalink
Prepare the 2.1.132 release. (#2117)
Browse files Browse the repository at this point in the history
Closes #2108
  • Loading branch information
jsirois committed Apr 17, 2023
1 parent 2986c85 commit 4ba77cf
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.132
-------

This release brings support for the latest Pip release with
`--pip-version 23.1` or by using new support for pinning to the latest
version of Pip supported by Pex with `--pip-version latest`.

* Add support for Pip 23.1 (#2114)
`PR #2114 <https://github.com/pantsbuild/pex/pull/2114>`_

* Add support for ``--pip-version latest``. (#2116)
`PR #2116 <https://github.com/pantsbuild/pex/pull/2116>`_

2.1.131
-------

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.131"
__version__ = "2.1.132"

0 comments on commit 4ba77cf

Please sign in to comment.