File tree Expand file tree Collapse file tree 3 files changed +4
-4
lines changed Expand file tree Collapse file tree 3 files changed +4
-4
lines changed Original file line number Diff line number Diff line change 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"
2
2
.SH NAME
3
3
meson-ui is a build GUI for Meson build system a next-generation build system.
4
4
.SH DESCRIPTION
Original file line number Diff line number Diff line change @@ -23,7 +23,7 @@ def get_description(self) -> str:
23
23
return info
24
24
25
25
def get_version (self ) -> str :
26
- return '0.20.1 '
26
+ return '0.20.2 '
27
27
28
28
def get_license (self ) -> str :
29
29
return 'Apache-2.0'
Original file line number Diff line number Diff line change @@ -49,7 +49,7 @@ def test_all_pypi_info(self):
49
49
assert pypi .
get_mail ()
== "[email protected] "
50
50
assert pypi .get_license () == "Apache-2.0"
51
51
assert pypi .get_project_name () == "meson-ui"
52
- assert pypi .get_version () == "0.20.1 "
52
+ assert pypi .get_version () == "0.20.2 "
53
53
assert pypi .get_description () == info
54
54
55
55
def test_only_author_info (self ):
@@ -61,7 +61,7 @@ def test_only_project_info(self):
61
61
pypi = ProjectInfo ()
62
62
assert pypi .get_license () == "Apache-2.0"
63
63
assert pypi .get_project_name () == "meson-ui"
64
- assert pypi .get_version () == "0.20.1 "
64
+ assert pypi .get_version () == "0.20.2 "
65
65
assert pypi .get_description () == info
66
66
67
67
You can’t perform that action at this time.
0 commit comments