[UPD]Hy Odoo : update dependencies

This commit is contained in:
Fabien BOURGEOIS 2022-11-09 09:01:09 +01:00
parent b08752d767
commit b75fded6f5

View File

@ -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.*']}
}