From 688e7826c371676f9504f6078ff5cee317acabb3 Mon Sep 17 00:00:00 2001 From: Jeremi Joslin Date: Wed, 8 Feb 2023 14:39:08 +0700 Subject: [PATCH] update manifests to 15.0.1.0.1 --- spp_area/__manifest__.py | 2 +- spp_change_request/__manifest__.py | 2 +- spp_consent/__manifest__.py | 2 +- spp_custom_field/__manifest__.py | 2 +- spp_custom_fields_ui/__manifest__.py | 2 +- spp_custom_filter/__manifest__.py | 2 +- spp_event_data/__manifest__.py | 2 +- spp_event_demo/__manifest__.py | 2 +- spp_idpass/__manifest__.py | 2 +- spp_idqueue/__manifest__.py | 2 +- spp_rest_auth_jwt/__manifest__.py | 2 +- spp_scan_id_document/__manifest__.py | 2 +- spp_service_points/__manifest__.py | 2 +- test-requirements.txt | 8 ++++---- 14 files changed, 17 insertions(+), 17 deletions(-) diff --git a/spp_area/__manifest__.py b/spp_area/__manifest__.py index b6d1a79f..9117e143 100644 --- a/spp_area/__manifest__.py +++ b/spp_area/__manifest__.py @@ -4,7 +4,7 @@ { "name": "OpenSPP Area", "category": "OpenSPP", - "version": "15.0.0.0.0", + "version": "15.0.1.0.1", "sequence": 1, "author": "OpenSPP.org", "website": "https://github.com/openspp/openspp-registry", diff --git a/spp_change_request/__manifest__.py b/spp_change_request/__manifest__.py index 25d5e995..874ada3a 100644 --- a/spp_change_request/__manifest__.py +++ b/spp_change_request/__manifest__.py @@ -2,7 +2,7 @@ { "name": "OpenSPP Change Request", "category": "OpenSPP", - "version": "15.0.0.0.0", + "version": "15.0.1.0.1", "sequence": 1, "author": "OpenSPP.org", "website": "https://github.com/openspp/openspp-registry", diff --git a/spp_consent/__manifest__.py b/spp_consent/__manifest__.py index 37d15f92..340e53d3 100644 --- a/spp_consent/__manifest__.py +++ b/spp_consent/__manifest__.py @@ -2,7 +2,7 @@ { "name": "OpenSPP Consent", "category": "OpenSPP", - "version": "15.0.0.0.0", + "version": "15.0.1.0.1", "sequence": 1, "author": "OpenSPP.org", "website": "https://github.com/openspp/openspp-registry", diff --git a/spp_custom_field/__manifest__.py b/spp_custom_field/__manifest__.py index 911620cf..725a5c54 100644 --- a/spp_custom_field/__manifest__.py +++ b/spp_custom_field/__manifest__.py @@ -2,7 +2,7 @@ { "name": "OpenSPP Custom Field", "category": "OpenSPP", - "version": "15.0.0.0.0", + "version": "15.0.1.0.1", "sequence": 1, "author": "OpenSPP.org", "website": "https://github.com/openspp/openspp-registry", diff --git a/spp_custom_fields_ui/__manifest__.py b/spp_custom_fields_ui/__manifest__.py index e081fa1b..649a8489 100644 --- a/spp_custom_fields_ui/__manifest__.py +++ b/spp_custom_fields_ui/__manifest__.py @@ -2,7 +2,7 @@ { "name": "OpenSPP Custom Fields UI", "category": "OpenSPP", - "version": "15.0.0.0.0", + "version": "15.0.1.0.1", "sequence": 1, "author": "OpenSPP.org", "website": "https://github.com/openspp/openspp-registry", diff --git a/spp_custom_filter/__manifest__.py b/spp_custom_filter/__manifest__.py index eb1e38b2..6458c9e1 100644 --- a/spp_custom_filter/__manifest__.py +++ b/spp_custom_filter/__manifest__.py @@ -1,6 +1,6 @@ { "name": "SPP Custom Filter", - "version": "15.0.0.0.0", + "version": "15.0.1.0.1", "summary": "Customize Filter of Odoo to show less fields", "author": "OpenSPP.org", "maintainers": ["nhatnm0612"], diff --git a/spp_event_data/__manifest__.py b/spp_event_data/__manifest__.py index 6961ca93..6595873f 100644 --- a/spp_event_data/__manifest__.py +++ b/spp_event_data/__manifest__.py @@ -4,7 +4,7 @@ { "name": "Event Data", "category": "OpenSPP", - "version": "15.0.0.0.0", + "version": "15.0.1.0.1", "sequence": 1, "author": "OpenSPP.org", "website": "https://github.com/openspp/openspp-registry", diff --git a/spp_event_demo/__manifest__.py b/spp_event_demo/__manifest__.py index c59d98a7..108c57de 100644 --- a/spp_event_demo/__manifest__.py +++ b/spp_event_demo/__manifest__.py @@ -4,7 +4,7 @@ { "name": "Event Data Demo", "category": "OpenSPP", - "version": "15.0.0.0.0", + "version": "15.0.1.0.1", "sequence": 1, "author": "OpenSPP.org", "website": "https://github.com/openspp/openspp-registry", diff --git a/spp_idpass/__manifest__.py b/spp_idpass/__manifest__.py index f08e29f1..ee498433 100644 --- a/spp_idpass/__manifest__.py +++ b/spp_idpass/__manifest__.py @@ -4,7 +4,7 @@ { "name": "ID PASS", "category": "OpenSPP", - "version": "15.0.0.0.0", + "version": "15.0.1.0.1", "sequence": 1, "author": "OpenSPP.org", "website": "https://github.com/openspp/openspp-registry", diff --git a/spp_idqueue/__manifest__.py b/spp_idqueue/__manifest__.py index cdb7349d..2f50df83 100644 --- a/spp_idqueue/__manifest__.py +++ b/spp_idqueue/__manifest__.py @@ -4,7 +4,7 @@ { "name": "OpenSPP ID Printing Queue", "category": "OpenSPP", - "version": "15.0.0.0.0", + "version": "15.0.1.0.1", "sequence": 1, "author": "OpenSPP.org", "website": "https://github.com/openspp/openspp-registry", diff --git a/spp_rest_auth_jwt/__manifest__.py b/spp_rest_auth_jwt/__manifest__.py index c1f7a4c3..a9d1edb6 100644 --- a/spp_rest_auth_jwt/__manifest__.py +++ b/spp_rest_auth_jwt/__manifest__.py @@ -2,7 +2,7 @@ { "name": "OpenSPP JWT Rest API Authentication", "category": "OpenSPP", - "version": "15.0.0.0.0", + "version": "15.0.1.0.1", "sequence": 1, "author": "OpenSPP.org", "website": "https://github.com/openspp/openspp-registry", diff --git a/spp_scan_id_document/__manifest__.py b/spp_scan_id_document/__manifest__.py index a133ca49..96d21f99 100644 --- a/spp_scan_id_document/__manifest__.py +++ b/spp_scan_id_document/__manifest__.py @@ -2,7 +2,7 @@ { "name": "OpenSPP Registry - Scan ID Document", "category": "OpenSPP", - "version": "15.0.0.0.0", + "version": "15.0.1.0.1", "sequence": 1, "author": "OpenSPP.org", "website": "https://github.com/openspp/openspp-registry", diff --git a/spp_service_points/__manifest__.py b/spp_service_points/__manifest__.py index 5760c8a8..edcd27af 100644 --- a/spp_service_points/__manifest__.py +++ b/spp_service_points/__manifest__.py @@ -2,7 +2,7 @@ { "name": "OpenSPP Service Points", "category": "OpenSPP", - "version": "15.0.0.0.0", + "version": "15.0.1.0.1", "sequence": 1, "author": "OpenSPP.org", "website": "https://github.com/openspp/openspp-registry", diff --git a/test-requirements.txt b/test-requirements.txt index d879ea39..7d768560 100644 --- a/test-requirements.txt +++ b/test-requirements.txt @@ -1,5 +1,5 @@ -git+https://github.com/OpenG2P/openg2p-registry@15.0#subdirectory=setup/g2p_registry_base -git+https://github.com/OpenG2P/openg2p-registry@15.0#subdirectory=setup/g2p_registry_group -git+https://github.com/OpenG2P/openg2p-registry@15.0#subdirectory=setup/g2p_registry_individual -git+https://github.com/OpenG2P/openg2p-registry@15.0#subdirectory=setup/g2p_registry_membership +git+https://github.com/OpenG2P/openg2p-registry@15.0-1.0.1-rc1#subdirectory=setup/g2p_registry_base +git+https://github.com/OpenG2P/openg2p-registry@15.0-1.0.1-rc1#subdirectory=setup/g2p_registry_group +git+https://github.com/OpenG2P/openg2p-registry@15.0-1.0.1-rc1#subdirectory=setup/g2p_registry_individual +git+https://github.com/OpenG2P/openg2p-registry@15.0-1.0.1-rc1#subdirectory=setup/g2p_registry_membership cryptography==38.0.4