Skip to content

Commit be5eb1e

Browse files
rgommersdnicolodi
authored andcommitted
MAINT: set version to 0.20.0.dev0
1 parent 5e6686d commit be5eb1e

File tree

3 files changed

+4
-2
lines changed

3 files changed

+4
-2
lines changed

CHANGELOG.rst

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -20,6 +20,8 @@ Changelog
2020
- The ``strip`` binary is now included in synthesized cross files.
2121
- Documentation improvements: add more examples for specific use cases, and add
2222
a contributing guide.
23+
- Use trusted publishing with digital attestations to upload release artifacts
24+
to PyPI.
2325

2426
Andrew Annex, Daniele Nicolodi, Michał Górny, Ralf Gommers, Russell
2527
Keith-Magee, Tobias Diez --- 14-01-2026.

mesonpy/__init__.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -83,7 +83,7 @@ class InvalidLicenseExpression(Exception): # type: ignore[no-redef]
8383
MesonArgs = Mapping[MesonArgsKeys, List[str]]
8484

8585

86-
__version__ = '0.19.0'
86+
__version__ = '0.20.0.dev0'
8787

8888

8989
_PYPROJECT_METADATA_VERSION = tuple(map(int, pyproject_metadata.__version__.split('.')[:2]))

pyproject.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@ requires = [
1616

1717
[project]
1818
name = 'meson-python'
19-
version = '0.19.0'
19+
version = '0.20.0.dev0'
2020
description = 'Meson Python build backend (PEP 517)'
2121
readme = 'README.rst'
2222
requires-python = '>= 3.9'

0 commit comments

Comments
 (0)