From 8fbb8136fc377e0bb08de02e088ebdff2ecf8230 Mon Sep 17 00:00:00 2001 From: Arnaud Chong Date: Fri, 27 Jan 2023 17:06:32 +0100 Subject: [PATCH] Release version 0.1.5 * This version simplifies the virtualenv resource * It also uses pip module instead of get-pip script to install the expected pip version Change-Id: I77178ce13b1150bedda433e5bbc5471f0444215f --- metadata.rb | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/metadata.rb b/metadata.rb index 1c5b46b..7761323 100644 --- a/metadata.rb +++ b/metadata.rb @@ -7,5 +7,5 @@ issues_url 'https://github.com/criteo-cookbooks/python3/issues' source_url 'https://github.com/criteo-cookbooks/python3' chef_version '>= 14.7' -version '0.1.4' +version '0.1.5' supports 'centos'