Skip to content

Commit 7b41e6f

Browse files
committed
chore: reset all module versions to 19.0.2.0.0
Standardize version numbering for initial public release. All 67 modules now share the same base version.
1 parent 0f4dd30 commit 7b41e6f

File tree

65 files changed

+128
-128
lines changed

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

65 files changed

+128
-128
lines changed

README.md

Lines changed: 64 additions & 64 deletions

endpoint_route_handler/__manifest__.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@
66
"name": "Endpoint route handler",
77
"category": "Hidden",
88
"summary": """Provide mixin and tool to generate custom endpoints on the fly.""",
9-
"version": "19.0.1.1.0",
9+
"version": "19.0.2.0.0",
1010
"license": "LGPL-3",
1111
"development_status": "Alpha",
1212
"author": "Camptocamp,Odoo Community Association (OCA)",

fastapi/__manifest__.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@
77
"category": "Hidden",
88
"summary": """
99
Odoo FastAPI endpoint""",
10-
"version": "19.0.3.2.0",
10+
"version": "19.0.2.0.0",
1111
"license": "LGPL-3",
1212
"author": "ACSONE SA/NV,Odoo Community Association (OCA)",
1313
"maintainers": ["lmignon"],

spp_alerts/__manifest__.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44
"summary": "Generic alert engine for threshold monitoring, expiry tracking, "
55
"and deadline management across OpenSPP modules.",
66
"category": "OpenSPP/Infrastructure",
7-
"version": "19.0.1.0.0",
7+
"version": "19.0.2.0.0",
88
"sequence": 1,
99
"author": "OpenSPP.org",
1010
"website": "https://github.com/OpenSPP/openspp-modules",

spp_api_v2/__manifest__.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"name": "OpenSPP API V2",
33
"category": "OpenSPP/Integration",
4-
"version": "19.0.1.0.0",
4+
"version": "19.0.2.0.0",
55
"sequence": 1,
66
"author": "OpenSPP.org",
77
"website": "https://github.com/OpenSPP/openspp-modules",

spp_api_v2_change_request/__manifest__.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{ # pylint: disable=pointless-statement
22
"name": "OpenSPP API V2 - Change Request",
33
"category": "OpenSPP/Integration",
4-
"version": "19.0.1.0.0",
4+
"version": "19.0.2.0.0",
55
"sequence": 1,
66
"author": "OpenSPP.org",
77
"website": "https://github.com/OpenSPP/openspp-modules",

spp_api_v2_cycles/__manifest__.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
{ # pylint: disable=pointless-statement
33
"name": "OpenSPP API V2 - Cycles",
44
"category": "OpenSPP/Integration",
5-
"version": "19.0.1.0.0",
5+
"version": "19.0.2.0.0",
66
"sequence": 1,
77
"author": "OpenSPP.org",
88
"website": "https://github.com/OpenSPP/openspp-modules",

spp_api_v2_data/__manifest__.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
{
33
"name": "OpenSPP API V2 - Data",
44
"category": "OpenSPP/Integration",
5-
"version": "19.0.1.0.0",
5+
"version": "19.0.2.0.0",
66
"sequence": 1,
77
"author": "OpenSPP.org",
88
"website": "https://github.com/OpenSPP/openspp-modules",

spp_api_v2_entitlements/__manifest__.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
{
44
"name": "OpenSPP API V2 - Entitlements",
55
"category": "OpenSPP/Integration",
6-
"version": "19.0.1.0.0",
6+
"version": "19.0.2.0.0",
77
"sequence": 1,
88
"author": "OpenSPP.org",
99
"website": "https://github.com/OpenSPP/openspp-modules",

spp_api_v2_products/__manifest__.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
{
33
"name": "OpenSPP API V2 - Products",
44
"category": "OpenSPP/Integration",
5-
"version": "19.0.1.0.0",
5+
"version": "19.0.2.0.0",
66
"sequence": 1,
77
"author": "OpenSPP.org",
88
"website": "https://github.com/OpenSPP/openspp-modules",

0 commit comments

Comments
 (0)