Skip to content

Commit

Permalink
Merge pull request #205 from pypa/prepare-1.2
Browse files Browse the repository at this point in the history
Prepare to release 1.2
  • Loading branch information
takluyver authored Sep 29, 2024
2 parents 3df9175 + 1027470 commit 4b7c6d1
Show file tree
Hide file tree
Showing 3 changed files with 10 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .bumpversion.cfg
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
[bumpversion]
current_version = 1.1.0
current_version = 1.2.0
commit = True

[bumpversion:file:src/pyproject_hooks/__init__.py]
8 changes: 8 additions & 0 deletions docs/changelog.rst
Original file line number Diff line number Diff line change
@@ -1,6 +1,14 @@
Changelog
=========

v1.2
----

- Improve interoperability with ``importlib.metadata``, fixing a regression
in setuptools compatibility in 1.1 (#199).
- Clean up the ``_in_process`` directory inside the package from ``sys.path``
before imporing the backend (#193).

v1.1
----

Expand Down
2 changes: 1 addition & 1 deletion src/pyproject_hooks/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@
quiet_subprocess_runner,
)

__version__ = "1.1.0"
__version__ = "1.2.0"
__all__ = [
"BackendUnavailable",
"BackendInvalid",
Expand Down

0 comments on commit 4b7c6d1

Please sign in to comment.