Skip to content

Commit

Permalink
setup.py: Bump version to 0.6.2
Browse files Browse the repository at this point in the history
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 <alpernebiyasak@gmail.com>
  • Loading branch information
alpernebbi committed Jun 30, 2023
1 parent cb55342 commit 95d17c4
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -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",
Expand Down

0 comments on commit 95d17c4

Please sign in to comment.