We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 3df9175 + 1027470 commit 4b7c6d1Copy full SHA for 4b7c6d1
.bumpversion.cfg
@@ -1,5 +1,5 @@
1
[bumpversion]
2
-current_version = 1.1.0
+current_version = 1.2.0
3
commit = True
4
5
[bumpversion:file:src/pyproject_hooks/__init__.py]
docs/changelog.rst
@@ -1,6 +1,14 @@
Changelog
=========
+v1.2
+----
6
+
7
+- Improve interoperability with ``importlib.metadata``, fixing a regression
8
+ in setuptools compatibility in 1.1 (#199).
9
+- Clean up the ``_in_process`` directory inside the package from ``sys.path``
10
+ before imporing the backend (#193).
11
12
v1.1
13
----
14
src/pyproject_hooks/__init__.py
@@ -12,7 +12,7 @@
quiet_subprocess_runner,
)
15
-__version__ = "1.1.0"
+__version__ = "1.2.0"
16
__all__ = [
17
"BackendUnavailable",
18
"BackendInvalid",
0 commit comments