Skip to content

Commit

Permalink
release 0.5.0
Browse files Browse the repository at this point in the history
Signed-off-by: Filipe Laíns <lains@riseup.net>
  • Loading branch information
FFY00 committed May 26, 2022
1 parent 5cfa699 commit 2e948a9
Show file tree
Hide file tree
Showing 4 changed files with 11 additions and 3 deletions.
8 changes: 8 additions & 0 deletions CHANGELOG.rst
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,14 @@
Changelog
+++++++++


0.5.0 (26-05-2022)
==================

- Improvements in dependency detections
- Include uncommited changes in sdists


0.4.0 (06-05-2022)
==================

Expand Down
2 changes: 1 addition & 1 deletion meson.build
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
project('mesonpy', version: '0.4.0')
project('mesonpy', version: '0.5.0')

py_mod = import('python')
py = py_mod.find_installation()
Expand Down
2 changes: 1 addition & 1 deletion mesonpy/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -50,7 +50,7 @@
import wheel.wheelfile # noqa: F401


__version__ = '0.4.0'
__version__ = '0.5.0'


class _depstr:
Expand Down
2 changes: 1 addition & 1 deletion pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ requires = [

[project]
name = 'meson-python'
version = '0.4.0'
version = '0.5.0'
description = 'Meson Python build backend (PEP 517)'
readme = 'README.md'
requires-python = '>=3.7'
Expand Down

0 comments on commit 2e948a9

Please sign in to comment.