From 95d17c444ae3a9dec1c51ead6301ed04777314b9 Mon Sep 17 00:00:00 2001 From: Alper Nebi Yasak Date: Fri, 30 Jun 2023 14:48:13 +0300 Subject: [PATCH] setup.py: Bump version to 0.6.2 Managed to add a nice initramfs hack for the x86 zimage format thanks to ChromeOS folks, meaning we are no longer effectively limited to <16MiB on systems with a 32MiB size limit. I want that for Debian Installer work, so that prompted more work towards a release. Also solved issues with ARMv7 Chromebooks since I now have the hardware to test on. Signed-off-by: Alper Nebi Yasak --- setup.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/setup.py b/setup.py index 9f23743..1be4589 100644 --- a/setup.py +++ b/setup.py @@ -14,7 +14,7 @@ setuptools.setup( name='depthcharge-tools', - version='0.6.2.dev0', + version='0.6.2', description='Tools to manage the Chrome OS bootloader', long_description=readme, long_description_content_type="text/x-rst",