From caab14e6eff1f067c341846d1fae06cb0b34c96d Mon Sep 17 00:00:00 2001 From: Marcelo Duarte Date: Fri, 8 Sep 2023 01:22:46 -0300 Subject: [PATCH] v6.15.7 --- index.html | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/index.html b/index.html index 0be1267f5..1747fdc0a 100644 --- a/index.html +++ b/index.html @@ -43,7 +43,7 @@

About cx_Freeze

cx_Freeze creates standalone executables from Python scripts, - with the same performance, is cross-platform and should work on any platform that + with the same performance, is cross-platform, and should work on any platform that Python itself works on. It supports Python 3.7 up to 3.11. If you need support for older Python check the documentation. @@ -53,7 +53,7 @@

Download/Install

Version 6.15.0, released May, 23, 2023

-

Version 6.15.4, released July, 15, 2023

+

Version 6.15.7, released September, 7, 2023

Install by issuing the command

pip install --upgrade cx_Freeze
or