Skip to content

Commit 3b15093

Browse files
committed
[chore] aligning development status
Aligning development status across modules where a "base" had been extracted from the initial module
1 parent b5f51b9 commit 3b15093

File tree

2 files changed

+2
-1
lines changed

2 files changed

+2
-1
lines changed

spp_hide_menus_base/__manifest__.py

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -9,6 +9,7 @@
99
"author": "OpenSPP.org",
1010
"website": "https://github.com/OpenSPP/openspp-modules",
1111
"license": "LGPL-3",
12+
"development_status": "Production/Stable",
1213
"maintainers": ["reichie020212"],
1314
"depends": ["base"],
1415
"data": [

spp_registry_base/__manifest__.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@
88
"author": "OpenSPP.org",
99
"website": "https://github.com/OpenSPP/openspp-modules",
1010
"license": "LGPL-3",
11-
"development_status": "Beta",
11+
"development_status": "Production/Stable",
1212
"maintainers": ["reichie020212"],
1313
"depends": [
1414
"base_import",

0 commit comments

Comments
 (0)