Skip to content

Commit 7d0a183

Browse files
update version
1 parent ee3e10a commit 7d0a183

File tree

3 files changed

+4
-4
lines changed

3 files changed

+4
-4
lines changed

man/meson-ui.1

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
.TH MESON-UI "16" "April 2020" "meson-ui 0.20.1" "User Commands"
1+
.TH MESON-UI "16" "April 2020" "meson-ui 0.20.2" "User Commands"
22
.SH NAME
33
meson-ui is a build GUI for Meson build system a next-generation build system.
44
.SH DESCRIPTION

mesonui/projectinfo.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,7 @@ def get_description(self) -> str:
2323
return info
2424

2525
def get_version(self) -> str:
26-
return '0.20.1'
26+
return '0.20.2'
2727

2828
def get_license(self) -> str:
2929
return 'Apache-2.0'

run_project_tests.py

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -49,7 +49,7 @@ def test_all_pypi_info(self):
4949
assert pypi.get_mail() == "[email protected]"
5050
assert pypi.get_license() == "Apache-2.0"
5151
assert pypi.get_project_name() == "meson-ui"
52-
assert pypi.get_version() == "0.20.1"
52+
assert pypi.get_version() == "0.20.2"
5353
assert pypi.get_description() == info
5454

5555
def test_only_author_info(self):
@@ -61,7 +61,7 @@ def test_only_project_info(self):
6161
pypi = ProjectInfo()
6262
assert pypi.get_license() == "Apache-2.0"
6363
assert pypi.get_project_name() == "meson-ui"
64-
assert pypi.get_version() == "0.20.1"
64+
assert pypi.get_version() == "0.20.2"
6565
assert pypi.get_description() == info
6666

6767

0 commit comments

Comments
 (0)