Skip to content

Commit

Permalink
release 0.4.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 6, 2022
1 parent 0613e63 commit 7270ff4
Show file tree
Hide file tree
Showing 4 changed files with 8 additions and 3 deletions.
5 changes: 5 additions & 0 deletions CHANGELOG.rst
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,11 @@
Changelog
+++++++++

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

- Set sane default arguments for release builds


0.3.0 (23-03-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.2.0')
project('mesonpy', version: '0.4.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 @@ -48,7 +48,7 @@
import wheel.wheelfile # noqa: F401


__version__ = '0.3.0'
__version__ = '0.4.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 @@ -10,7 +10,7 @@ requires = [

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

0 comments on commit 7270ff4

Please sign in to comment.