diff --git a/bmaptool/CLI.py b/bmaptool/CLI.py index 6af8624..91f53ad 100644 --- a/bmaptool/CLI.py +++ b/bmaptool/CLI.py @@ -40,7 +40,7 @@ import io from . import BmapCreate, BmapCopy, BmapHelpers, TransRead -VERSION = "3.7" +VERSION = "3.8.0" log = logging.getLogger() # pylint: disable=C0103 diff --git a/debian/changelog b/debian/changelog index ba6c318..b2286ec 100644 --- a/debian/changelog +++ b/debian/changelog @@ -1,3 +1,14 @@ +bmaptool (3.8.0) unstable; urgency=low + + * use 'df -P' for POSIX portable output + * bmaptool has new maintainers + * bmaptool has a new home + * bmaptool is now only called 'bmaptool' and not one of a dozen such + variations + * switch to use an X.Y.Z versioning number scheme + + -- Trevor Woerner Mon, 18 Mar 2024 23:44:10 -0400 + bmap-tools (3.7) unstable; urgency=low * Use GitHub Actions for CI (#109) diff --git a/docs/man1/bmaptool.1 b/docs/man1/bmaptool.1 index 8e7b48f..1224636 100644 --- a/docs/man1/bmaptool.1 +++ b/docs/man1/bmaptool.1 @@ -1,4 +1,4 @@ -.TH BMAPTOOL "1" "February 2014" "bmaptool 3.2" "User Commands" +.TH BMAPTOOL "1" "March 2024" "bmaptool 3.8.0" "User Commands" .SH NAME diff --git a/packaging/bmaptool.changes b/packaging/bmaptool.changes index 381b847..19e34e7 100644 --- a/packaging/bmaptool.changes +++ b/packaging/bmaptool.changes @@ -1,3 +1,10 @@ +Tue Mar 19 03:44:10 UTC 2024 - Trevor Woerner 3.8.0-1 +- use 'df -P' for POSIX portable output +- bmaptool has new maintainers +- bmaptool has a new home +- bmaptool is now only called 'bmaptool' and not one of a dozen such variations +- switch to use an X.Y.Z versioning number scheme + Wed Aug 2 12:11:26 PM UTC 2023 - Artem Bityutskiy 3.7-1 - Use GitHub Actions for CI (#109) - Add `poetry` for dependency management and `black` for code formatting (#104) diff --git a/packaging/bmaptool.spec b/packaging/bmaptool.spec index 7d937e5..75d817b 100644 --- a/packaging/bmaptool.spec +++ b/packaging/bmaptool.spec @@ -4,7 +4,7 @@ Name: bmaptool Summary: Tools to generate block map (AKA bmap) and flash images using bmap -Version: 3.7 +Version: 3.8.0 %if 0%{?opensuse_bs} Release: %{rc_str}.. %else