Skip to content

Commit

Permalink
Bump to v14
Browse files Browse the repository at this point in the history
Signed-off-by: Michał Górny <mgorny@gentoo.org>
  • Loading branch information
mgorny committed Aug 23, 2023
1 parent 73f3b41 commit 5aaab20
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 1 deletion.
5 changes: 5 additions & 0 deletions README.rst
Original file line number Diff line number Diff line change
Expand Up @@ -13,6 +13,11 @@ around pip and venvs.

Change log
==========
v14
- add support for offset prefix rewriting (``--rewrite-prefix-from``
and ``--rewrite-prefix-to``) to support Gentoo cross-prefix builds;
thanks to Chewi for the patch

v13
- restore PyPy support for ``--sysroot`` (Gentoo's PyPy3 package
was buggy)
Expand Down
2 changes: 1 addition & 1 deletion gpep517/__init__.py
Original file line number Diff line number Diff line change
@@ -1,3 +1,3 @@
"""Python package builder and installer for non-pip-centric world"""

__version__ = "13"
__version__ = "14"

0 comments on commit 5aaab20

Please sign in to comment.