diff --git a/README.md b/README.md index 7d2cc70..6d1c616 100644 --- a/README.md +++ b/README.md @@ -21,7 +21,7 @@ Available addons ---------------- addon | version | maintainers | summary --- | --- | --- | --- -[bookstore_mgmt](bookstore_mgmt/) | 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 management system for Odoo +[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 [//]: # (end addons) diff --git a/bookstore_mgmt/README.rst b/bookstore_mgmt/README.rst index 4a5f611..e1c59bb 100644 --- a/bookstore_mgmt/README.rst +++ b/bookstore_mgmt/README.rst @@ -7,7 +7,7 @@ Bookstore Management !! This file is generated by oca-gen-addon-readme !! !! changes will be overwritten. !! !!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!! - !! source digest: sha256:23916c4893f31e557288df56f4e070932ae9ffd5ff690a9be073dcc08e15bbb6 + !! source digest: sha256:363a1fdbbab47afdbfcba0165362fd83cc9e970768287017d39326f1abca8bc2 !!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!! .. |badge1| image:: https://img.shields.io/badge/maturity-Beta-yellow.png @@ -57,10 +57,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/__manifest__.py b/bookstore_mgmt/__manifest__.py index aeb928a..724f3b1 100644 --- a/bookstore_mgmt/__manifest__.py +++ b/bookstore_mgmt/__manifest__.py @@ -9,7 +9,7 @@ "category": "Product", "license": "AGPL-3", "maintainers": ["peluko00", "miquelalzanillas"], - "version": "17.0.1.0.0", + "version": "17.0.1.0.1", "depends": ["product"], "data": [ "security/bookstore_security.xml",