Skip to content

Commit cc88681

Browse files
committed
Bump to v15
Signed-off-by: Michał Górny <mgorny@gentoo.org>
1 parent 212eac8 commit cc88681

File tree

2 files changed

+6
-1
lines changed

2 files changed

+6
-1
lines changed

README.rst

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -13,6 +13,11 @@ around pip and venvs.
1313

1414
Change log
1515
==========
16+
v15
17+
- replace prefix rewriting with the ability to specify ``--prefix``
18+
for building wheels, making it consistent with prefix overrides
19+
used while installing
20+
1621
v14
1722
- add support for offset prefix rewriting (``--rewrite-prefix-from``
1823
and ``--rewrite-prefix-to``) to support Gentoo cross-prefix builds;

gpep517/__init__.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,3 @@
11
"""Python package builder and installer for non-pip-centric world"""
22

3-
__version__ = "14"
3+
__version__ = "15"

0 commit comments

Comments
 (0)