Skip to content

Commit

Permalink
Preparing release 1.2.2
Browse files Browse the repository at this point in the history
  • Loading branch information
PabloCastellano committed Mar 19, 2021
1 parent 43793a3 commit 8a14927
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 5 deletions.
6 changes: 3 additions & 3 deletions CHANGES.md
Original file line number Diff line number Diff line change
@@ -1,10 +1,10 @@
Changelog for extract-dtb
=========================

1.3 (unreleased)
----------------
1.2.2 (2021-03-19)
------------------

- Nothing changed yet.
- Fixed typo: safe_output_path directly receives output_dir argument, not args


1.2.1 (2021-03-05)
Expand Down
2 changes: 1 addition & 1 deletion extract_dtb/extract_dtb.py
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@
import os
import string

__version__ = "1.2.1.dev0"
__version__ = "1.2.2"

DTB_HEADER = b"\xd0\x0d\xfe\xed"

Expand Down
2 changes: 1 addition & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
setup(
name="extract-dtb",
packages=["extract_dtb"],
version="1.3.dev0",
version="1.2.2",
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(),
Expand Down

0 comments on commit 8a14927

Please sign in to comment.