Skip to content

Commit

Permalink
Preparing release 1.2.3
Browse files Browse the repository at this point in the history
  • Loading branch information
PabloCastellano committed Sep 29, 2022
1 parent ad62239 commit 6c052b8
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 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.3 (2022-09-29)
------------------

- Nothing changed yet.
- Sanitize output filename by removing newlines and special characters (#14).


1.2.2 (2021-03-19)
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.3",
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 6c052b8

Please sign in to comment.