From afc8930b6abc45a6318c425d50a3a9c1f1d30bdd Mon Sep 17 00:00:00 2001 From: Diogo Duarte Date: Tue, 14 Nov 2023 16:38:15 +0000 Subject: [PATCH] [MIG] graphql_demo: Migration to 17.0 --- graphql_demo/README.rst | 14 +++++++------- graphql_demo/__manifest__.py | 2 +- 2 files changed, 8 insertions(+), 8 deletions(-) diff --git a/graphql_demo/README.rst b/graphql_demo/README.rst index 2b86a78b..bcab8639 100644 --- a/graphql_demo/README.rst +++ b/graphql_demo/README.rst @@ -2,7 +2,7 @@ GraphQL Demo ============ -.. +.. !!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!! !! This file is generated by oca-gen-addon-readme !! !! changes will be overwritten. !! @@ -17,13 +17,13 @@ GraphQL Demo :target: http://www.gnu.org/licenses/lgpl-3.0-standalone.html :alt: License: LGPL-3 .. |badge3| image:: https://img.shields.io/badge/github-OCA%2Frest--framework-lightgray.png?logo=github - :target: https://github.com/OCA/rest-framework/tree/16.0/graphql_demo + :target: https://github.com/OCA/rest-framework/tree/17.0/graphql_demo :alt: OCA/rest-framework .. |badge4| image:: https://img.shields.io/badge/weblate-Translate%20me-F47D42.png - :target: https://translation.odoo-community.org/projects/rest-framework-16-0/rest-framework-16-0-graphql_demo + :target: https://translation.odoo-community.org/projects/rest-framework-17-0/rest-framework-17-0-graphql_demo :alt: Translate me on Weblate .. |badge5| image:: https://img.shields.io/badge/runboat-Try%20me-875A7B.png - :target: https://runboat.odoo-community.org/builds?repo=OCA/rest-framework&target_branch=16.0 + :target: https://runboat.odoo-community.org/builds?repo=OCA/rest-framework&target_branch=17.0 :alt: Try me on Runboat |badge1| |badge2| |badge3| |badge4| |badge5| @@ -51,7 +51,7 @@ Bug Tracker Bugs are tracked on `GitHub Issues `_. In case of trouble, please check there if your issue has already been reported. If you spotted it first, help us to smash it by providing a detailed and welcomed -`feedback `_. +`feedback `_. Do not contact contributors directly about support or help with technical issues. @@ -82,8 +82,8 @@ promote its widespread use. Current `maintainer `__: -|maintainer-sbidoul| +|maintainer-sbidoul| -This module is part of the `OCA/rest-framework `_ project on GitHub. +This module is part of the `OCA/rest-framework `_ project on GitHub. You are welcome to contribute. To learn how please visit https://odoo-community.org/page/Contribute. diff --git a/graphql_demo/__manifest__.py b/graphql_demo/__manifest__.py index fe9e865e..9776fe88 100644 --- a/graphql_demo/__manifest__.py +++ b/graphql_demo/__manifest__.py @@ -3,7 +3,7 @@ { "name": "GraphQL Demo", - "version": "16.0.1.0.1", + "version": "17.0.1.0.0", "license": "LGPL-3", "author": "ACSONE SA/NV, Odoo Community Association (OCA)", "website": "https://github.com/OCA/rest-framework",