diff --git a/README.md b/README.md index 6d1c616..b8095f5 100644 --- a/README.md +++ b/README.md @@ -22,7 +22,7 @@ Available addons addon | version | maintainers | summary --- | --- | --- | --- [bookstore_mgmt](bookstore_mgmt/) | 17.0.1.0.1 | [![peluko00](https://github.com/peluko00.png?size=30px)](https://github.com/peluko00) [![miquelalzanillas](https://github.com/miquelalzanillas.png?size=30px)](https://github.com/miquelalzanillas) | Bookstore management system for Odoo -[bookstore_mgmt_google_books_api](bookstore_mgmt_google_books_api/) | 17.0.1.0.0 | [![peluko00](https://github.com/peluko00.png?size=30px)](https://github.com/peluko00) [![miquelalzanillas](https://github.com/miquelalzanillas.png?size=30px)](https://github.com/miquelalzanillas) | Bookstore integration with Google Books API +[bookstore_mgmt_google_books_api](bookstore_mgmt_google_books_api/) | 17.0.1.1.0 | [![peluko00](https://github.com/peluko00.png?size=30px)](https://github.com/peluko00) [![miquelalzanillas](https://github.com/miquelalzanillas.png?size=30px)](https://github.com/miquelalzanillas) | Bookstore integration with Google Books API [//]: # (end addons) diff --git a/bookstore_mgmt_google_books_api/README.rst b/bookstore_mgmt_google_books_api/README.rst index d45cbb6..0a66cf1 100644 --- a/bookstore_mgmt_google_books_api/README.rst +++ b/bookstore_mgmt_google_books_api/README.rst @@ -7,7 +7,7 @@ Google Books API for Bookstore Management !! This file is generated by oca-gen-addon-readme !! !! changes will be overwritten. !! !!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!! - !! source digest: sha256:a1f39cc474baef7e765c00874c61ce3ed50a629c523bac831791a2b6794915d3 + !! source digest: sha256:b09d6b3ef611189e9a5a7b6c6c256725485bc4362ee5a040a19144e1aca16998 !!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!! .. |badge1| image:: https://img.shields.io/badge/maturity-Beta-yellow.png @@ -69,10 +69,10 @@ Authors Contributors ------------ -- [APSL-Nagarro](https://apsl.tech): +- [APSL-Nagarro](https://apsl.tech): - - Miquel Alzanillas - - Antoni Marroig + - Miquel Alzanillas + - Antoni Marroig Maintainers ----------- diff --git a/bookstore_mgmt_google_books_api/__manifest__.py b/bookstore_mgmt_google_books_api/__manifest__.py index b98fd1d..07c95e8 100644 --- a/bookstore_mgmt_google_books_api/__manifest__.py +++ b/bookstore_mgmt_google_books_api/__manifest__.py @@ -8,7 +8,7 @@ "category": "Misc", "license": "AGPL-3", "maintainers": ["peluko00", "miquelalzanillas"], - "version": "17.0.1.0.0", + "version": "17.0.1.1.0", "depends": ["bookstore_mgmt", "web_notify"], "external_dependencies": { "python": ["google-books-api-wrapper", "Unidecode"],