diff --git a/hy_odoo/__manifest__.py b/hy_odoo/__manifest__.py index 0cc0957..865495d 100644 --- a/hy_odoo/__manifest__.py +++ b/hy_odoo/__manifest__.py @@ -8,12 +8,12 @@ 'name': 'Hy Odoo', 'summary': 'Hy Odoo', 'description': """ Hy functions and macros for Odoo """, - 'version': '16.0.0.8.7', + 'version': '16.0.0.8.8', 'category': 'Hy', 'author': 'Fabien Bourgeois', 'license': 'Other OSI approved licence', 'application': False, 'installable': True, 'depends': ['base'], - "external_dependencies": {'python' : ['hy==0.24.*', 'hyrule==0.2.*']} + "external_dependencies": {'python' : ['hy==0.25.*', 'hyrule==0.2.*']} }