Skip to content

Commit 4b7c6d1

Browse files
authored
Merge pull request #205 from pypa/prepare-1.2
Prepare to release 1.2
2 parents 3df9175 + 1027470 commit 4b7c6d1

File tree

3 files changed

+10
-2
lines changed

3 files changed

+10
-2
lines changed

.bumpversion.cfg

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
[bumpversion]
2-
current_version = 1.1.0
2+
current_version = 1.2.0
33
commit = True
44

55
[bumpversion:file:src/pyproject_hooks/__init__.py]

docs/changelog.rst

+8
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,14 @@
11
Changelog
22
=========
33

4+
v1.2
5+
----
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+
412
v1.1
513
----
614

src/pyproject_hooks/__init__.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@
1212
quiet_subprocess_runner,
1313
)
1414

15-
__version__ = "1.1.0"
15+
__version__ = "1.2.0"
1616
__all__ = [
1717
"BackendUnavailable",
1818
"BackendInvalid",

0 commit comments

Comments
 (0)