We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 6c052b8 commit ba759a9Copy full SHA for ba759a9
CHANGES.md
@@ -1,6 +1,12 @@
1
Changelog for extract-dtb
2
=========================
3
4
+1.2.4 (unreleased)
5
+------------------
6
+
7
+- Nothing changed yet.
8
9
10
1.2.3 (2022-09-29)
11
------------------
12
setup.py
@@ -5,7 +5,7 @@
setup(
name="extract-dtb",
packages=["extract_dtb"],
- version="1.2.3",
+ version="1.2.4.dev0",
entry_points={"console_scripts": ["extract-dtb = extract_dtb.extract_dtb:main"]},
description="Tool to split a kernel image with appended dtbs into separated kernel and dtb files.",
long_description=open("README.md").read(),
0 commit comments