We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 212eac8 commit cc88681Copy full SHA for cc88681
README.rst
@@ -13,6 +13,11 @@ around pip and venvs.
13
14
Change log
15
==========
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
+
21
v14
22
- add support for offset prefix rewriting (``--rewrite-prefix-from``
23
and ``--rewrite-prefix-to``) to support Gentoo cross-prefix builds;
gpep517/__init__.py
@@ -1,3 +1,3 @@
1
"""Python package builder and installer for non-pip-centric world"""
2
3
-__version__ = "14"
+__version__ = "15"
0 commit comments