Skip to content

Commit

Permalink
SR 1.3 branch created for tagging
Browse files Browse the repository at this point in the history
Signed-off-by: Lalith Kota <[email protected]>
  • Loading branch information
lalithkota committed Sep 6, 2024
1 parent c74400b commit 328c293
Show file tree
Hide file tree
Showing 7 changed files with 13 additions and 13 deletions.
14 changes: 7 additions & 7 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,8 +1,8 @@

<!-- /!\ Non OCA Context : Set here the badge of your runbot / runboat instance. -->
[![Pre-commit Status](https://github.com/openg2p/openg2p-social-registry/actions/workflows/pre-commit.yml/badge.svg?branch=17.0-develop)](https://github.com/openg2p/openg2p-social-registry/actions/workflows/pre-commit.yml?query=branch%3A17.0-develop)
[![Build Status](https://github.com/openg2p/openg2p-social-registry/actions/workflows/test.yml/badge.svg?branch=17.0-develop)](https://github.com/openg2p/openg2p-social-registry/actions/workflows/test.yml?query=branch%3A17.0-develop)
[![codecov](https://codecov.io/gh/openg2p/openg2p-social-registry/branch/17.0-develop/graph/badge.svg)](https://codecov.io/gh/openg2p/openg2p-social-registry)
[![Pre-commit Status](https://github.com/openg2p/openg2p-social-registry/actions/workflows/pre-commit.yml/badge.svg?branch=17.0-1.3)](https://github.com/openg2p/openg2p-social-registry/actions/workflows/pre-commit.yml?query=branch%3A17.0-1.3)
[![Build Status](https://github.com/openg2p/openg2p-social-registry/actions/workflows/test.yml/badge.svg?branch=17.0-1.3)](https://github.com/openg2p/openg2p-social-registry/actions/workflows/test.yml?query=branch%3A17.0-1.3)
[![codecov](https://codecov.io/gh/openg2p/openg2p-social-registry/branch/17.0-1.3/graph/badge.svg)](https://codecov.io/gh/openg2p/openg2p-social-registry)
<!-- /!\ Non OCA Context : Set here the badge of your translation instance. -->
[![Translation Status](https://translate.openspp.org/widgets/openg2p/-/svg-badge.svg)](https://translate.openspp.org/engage/openg2p/?utm_source=widget)

Expand All @@ -22,10 +22,10 @@ Available addons
----------------
addon | version | maintainers | summary
--- | --- | --- | ---
[g2p_registry_g2p_connect_rest_api](g2p_registry_g2p_connect_rest_api/) | 17.0.0.0.0 | | OpenG2P Registry: G2P Connect REST API
[g2p_registry_id_deduplication](g2p_registry_id_deduplication/) | 17.0.0.0.0 | | OpenG2P Registry ID Deduplication
[g2p_social_registry](g2p_social_registry/) | 17.0.0.0.0 | | OpenG2P Social Registry
[g2p_social_registry_theme](g2p_social_registry_theme/) | 17.0.0.0.0 | | OpenG2P Social Registry: Theme
[g2p_registry_g2p_connect_rest_api](g2p_registry_g2p_connect_rest_api/) | 17.0.1.3.0 | | OpenG2P Registry: G2P Connect REST API
[g2p_registry_id_deduplication](g2p_registry_id_deduplication/) | 17.0.1.3.0 | | OpenG2P Registry ID Deduplication
[g2p_social_registry](g2p_social_registry/) | 17.0.1.3.0 | | OpenG2P Social Registry
[g2p_social_registry_theme](g2p_social_registry_theme/) | 17.0.1.3.0 | | OpenG2P Social Registry: Theme

[//]: # (end addons)

Expand Down
2 changes: 1 addition & 1 deletion g2p_registry_g2p_connect_rest_api/__manifest__.py
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
{
"name": "OpenG2P Registry: G2P Connect REST API",
"category": "G2P",
"version": "17.0.0.0.0",
"version": "17.0.1.3.0",
"author": "OpenG2P",
"website": "https://openg2p.org",
"license": "LGPL-3",
Expand Down
2 changes: 1 addition & 1 deletion g2p_registry_id_deduplication/__manifest__.py
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
{
"name": "OpenG2P Registry ID Deduplication",
"category": "G2P",
"version": "17.0.0.0.0",
"version": "17.0.1.3.0",
"sequence": 1,
"author": "OpenG2P",
"website": "https://openg2p.org",
Expand Down
2 changes: 1 addition & 1 deletion g2p_social_registry/__manifest__.py
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
{
"name": "OpenG2P Social Registry",
"category": "G2P",
"version": "17.0.0.0.0",
"version": "17.0.1.3.0",
"sequence": 1,
"author": "OpenG2P",
"website": "https://openg2p.org",
Expand Down
2 changes: 1 addition & 1 deletion g2p_social_registry_theme/__manifest__.py
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "OpenG2P Social Registry: Theme",
"category": "G2P",
"version": "17.0.0.0.0",
"version": "17.0.1.3.0",
"sequence": 1,
"author": "OpenG2P",
"website": "https://openg2p.org",
Expand Down
2 changes: 1 addition & 1 deletion pyproject.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[project]
name = "odoo-addons-openg2p-social-registry"
version = "0.0.0"
version = "1.3.0"
dependencies = [
"odoo-addon-g2p_odk_user_mapping @ {root:uri}/g2p_odk_user_mapping",
"odoo-addon-g2p_registry_g2p_connect_rest_api @ {root:uri}/g2p_registry_g2p_connect_rest_api",
Expand Down
2 changes: 1 addition & 1 deletion test-pre-requirements.txt
Original file line number Diff line number Diff line change
@@ -1,2 +1,2 @@
git+https://github.com/OpenG2P/[email protected]
git+https://github.com/OpenG2P/[email protected]develop
git+https://github.com/OpenG2P/[email protected]1.3

0 comments on commit 328c293

Please sign in to comment.