diff --git a/graphql_base/README.rst b/graphql_base/README.rst index ee1454b6..972a1f5a 100644 --- a/graphql_base/README.rst +++ b/graphql_base/README.rst @@ -2,7 +2,7 @@ Graphql Base ============ -.. +.. !!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!! !! This file is generated by oca-gen-addon-readme !! !! changes will be overwritten. !! @@ -17,13 +17,13 @@ Graphql Base :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_base + :target: https://github.com/OCA/rest-framework/tree/17.0/graphql_base :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_base + :target: https://translation.odoo-community.org/projects/rest-framework-17-0/rest-framework-17-0-graphql_base :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| @@ -143,8 +143,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_base/__manifest__.py b/graphql_base/__manifest__.py index 0cf75a33..43009322 100644 --- a/graphql_base/__manifest__.py +++ b/graphql_base/__manifest__.py @@ -5,7 +5,7 @@ "name": "Graphql Base", "summary": """ Base GraphQL/GraphiQL controller""", - "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",