From 4d0c66241fcb53d5684fa91e5c731f38f941726e Mon Sep 17 00:00:00 2001 From: Fabien BOURGEOIS Date: Mon, 27 Apr 2020 12:40:37 +0200 Subject: [PATCH] [FIX]Asks for Yaltik Hy 0.17.0 version --- setup.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/setup.py b/setup.py index 0edbdc5..a893ac9 100644 --- a/setup.py +++ b/setup.py @@ -7,7 +7,7 @@ setup( package_data={ 'hy_odoo': ['*.hy'], }, - install_requires=["hy==0.17.0"], + install_requires=["hy==0.17.Y"], author="Fabien Bourgeois", author_email="fabien@yaltik.com", description="HY functions and macros for Odoo",