Skip to content

Commit 3f0cfaa

Browse files
Merge pull request #121 from OpenSPP/release_2_0-prep
chore: bump module versions to 19.0.2.0.0 and add missing maintainers
2 parents 5fba270 + 888745f commit 3f0cfaa

File tree

102 files changed

+421
-54
lines changed

Some content is hidden

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

102 files changed

+421
-54
lines changed

spp_approval/README.rst

Lines changed: 11 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -176,6 +176,17 @@ Authors
176176
Maintainers
177177
-----------
178178

179+
.. |maintainer-jeremi| image:: https://github.com/jeremi.png?size=40px
180+
:target: https://github.com/jeremi
181+
:alt: jeremi
182+
.. |maintainer-gonzalesedwin1123| image:: https://github.com/gonzalesedwin1123.png?size=40px
183+
:target: https://github.com/gonzalesedwin1123
184+
:alt: gonzalesedwin1123
185+
186+
Current maintainers:
187+
188+
|maintainer-jeremi| |maintainer-gonzalesedwin1123|
189+
179190
This module is part of the `OpenSPP/OpenSPP2 <https://github.com/OpenSPP/OpenSPP2/tree/19.0/spp_approval>`_ project on GitHub.
180191

181192
You are welcome to contribute.

spp_approval/__manifest__.py

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -36,4 +36,5 @@
3636
],
3737
"installable": True,
3838
"application": False,
39+
"maintainers": ["jeremi", "gonzalesedwin1123"],
3940
}

spp_approval/static/description/index.html

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -555,6 +555,8 @@ <h3><a class="toc-backref" href="#toc-entry-3">Authors</a></h3>
555555
</div>
556556
<div class="section" id="maintainers">
557557
<h3><a class="toc-backref" href="#toc-entry-4">Maintainers</a></h3>
558+
<p>Current maintainers:</p>
559+
<p><a class="reference external image-reference" href="https://github.com/jeremi"><img alt="jeremi" src="https://github.com/jeremi.png?size=40px" /></a> <a class="reference external image-reference" href="https://github.com/gonzalesedwin1123"><img alt="gonzalesedwin1123" src="https://github.com/gonzalesedwin1123.png?size=40px" /></a></p>
558560
<p>This module is part of the <a class="reference external" href="https://github.com/OpenSPP/OpenSPP2/tree/19.0/spp_approval">OpenSPP/OpenSPP2</a> project on GitHub.</p>
559561
<p>You are welcome to contribute.</p>
560562
</div>

spp_banking/README.rst

Lines changed: 11 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -120,6 +120,17 @@ Authors
120120
Maintainers
121121
-----------
122122

123+
.. |maintainer-jeremi| image:: https://github.com/jeremi.png?size=40px
124+
:target: https://github.com/jeremi
125+
:alt: jeremi
126+
.. |maintainer-gonzalesedwin1123| image:: https://github.com/gonzalesedwin1123.png?size=40px
127+
:target: https://github.com/gonzalesedwin1123
128+
:alt: gonzalesedwin1123
129+
130+
Current maintainers:
131+
132+
|maintainer-jeremi| |maintainer-gonzalesedwin1123|
133+
123134
This module is part of the `OpenSPP/OpenSPP2 <https://github.com/OpenSPP/OpenSPP2/tree/19.0/spp_banking>`_ project on GitHub.
124135

125136
You are welcome to contribute.

spp_banking/__manifest__.py

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -28,4 +28,5 @@
2828
"application": False,
2929
"installable": True,
3030
"auto_install": False,
31+
"maintainers": ["jeremi", "gonzalesedwin1123"],
3132
}

spp_banking/static/description/index.html

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -492,6 +492,8 @@ <h3><a class="toc-backref" href="#toc-entry-3">Authors</a></h3>
492492
</div>
493493
<div class="section" id="maintainers">
494494
<h3><a class="toc-backref" href="#toc-entry-4">Maintainers</a></h3>
495+
<p>Current maintainers:</p>
496+
<p><a class="reference external image-reference" href="https://github.com/jeremi"><img alt="jeremi" src="https://github.com/jeremi.png?size=40px" /></a> <a class="reference external image-reference" href="https://github.com/gonzalesedwin1123"><img alt="gonzalesedwin1123" src="https://github.com/gonzalesedwin1123.png?size=40px" /></a></p>
495497
<p>This module is part of the <a class="reference external" href="https://github.com/OpenSPP/OpenSPP2/tree/19.0/spp_banking">OpenSPP/OpenSPP2</a> project on GitHub.</p>
496498
<p>You are welcome to contribute.</p>
497499
</div>

spp_case_base/__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
{
33
"name": "OpenSPP Case Management Base",
4-
"version": "19.0.1.0.0",
4+
"version": "19.0.2.0.0",
55
"category": "OpenSPP/Monitoring",
66
"summary": "Core case management functionality for OpenSPP",
77
"author": "OpenSPP.org",

spp_case_cel/__manifest__.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44
{
55
"name": "OpenSPP Case Management: CEL Rules",
66
"summary": "CEL-based triage and assignment rules for case management",
7-
"version": "19.0.1.0.0",
7+
"version": "19.0.2.0.0",
88
"license": "LGPL-3",
99
"development_status": "Production/Stable",
1010
"maintainers": ["jeremi", "gonzalesedwin1123", "emjay0921"],

spp_case_demo/__manifest__.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33

44
{
55
"name": "OpenSPP Case Management Demo Data",
6-
"version": "19.0.1.0.0",
6+
"version": "19.0.2.0.0",
77
"category": "OpenSPP",
88
"summary": "Demo data generator for Case Management",
99
"author": "OpenSPP.org",

spp_case_entitlements/__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
{
33
"name": "OpenSPP Case Entitlements Integration",
4-
"version": "19.0.1.0.0",
4+
"version": "19.0.2.0.0",
55
"category": "OpenSPP/Monitoring",
66
"summary": "Links cases to program entitlements for case-entitlement relationship management",
77
"author": "OpenSPP.org",

0 commit comments

Comments
 (0)