summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorArtem Bityutskiy <artem.bityutskiy@linux.intel.com>2023-08-02 14:49:52 +0300
committerArtem Bityutskiy <artem.bityutskiy@linux.intel.com>2023-08-02 14:49:52 +0300
commitfb9cb03314e8c4fa92566d7b0cd496fda5510631 (patch)
tree40562a9ac1d78fba316ddc43eeed54039be438fc
parent6d3e53d0a23efc8c3ffab39bd23f3c43591da114 (diff)
Release version 3.7
Signed-off-by: Artem Bityutskiy <artem.bityutskiy@linux.intel.com>
-rw-r--r--bmaptools/CLI.py2
-rw-r--r--debian/changelog5
-rw-r--r--packaging/bmap-tools.changes2
-rw-r--r--packaging/bmap-tools.spec2
4 files changed, 9 insertions, 2 deletions
diff --git a/bmaptools/CLI.py b/bmaptools/CLI.py
index 2d53e96..cfdb6ab 100644
--- a/bmaptools/CLI.py
+++ b/bmaptools/CLI.py
@@ -41,7 +41,7 @@ import shutil
import io
from bmaptools import BmapCreate, BmapCopy, BmapHelpers, TransRead
-VERSION = "3.6"
+VERSION = "3.7"
log = logging.getLogger() # pylint: disable=C0103
diff --git a/debian/changelog b/debian/changelog
index a160d75..e1acb10 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -1,3 +1,8 @@
+bmap-tools (3.7) unstable; urgency=low
+
+
+ -- Artem Bityutskiy <artem.bityutskiy@linux.intel.com> Wed, 02 Aug 2023 14:49:52 +0300
+
bmap-tools (3.6) unstable; urgency=low
* Improve ZFS compatibility.
diff --git a/packaging/bmap-tools.changes b/packaging/bmap-tools.changes
index 1a8feb9..19d7f5b 100644
--- a/packaging/bmap-tools.changes
+++ b/packaging/bmap-tools.changes
@@ -1,3 +1,5 @@
+Wed Aug 2 11:49:52 AM UTC 2023 - Artem Bityutskiy <artem.bityutskiy@linux.intel.com> 3.7-1
+
Tue 02 Feb 2021 12:08:41 PM UTC - Artem Bityutskiy <artem.bityutskiy@linux.intel.com> 3.6-1
- Improve ZFS compatibility.
- Added the 'zstd' compression type support.
diff --git a/packaging/bmap-tools.spec b/packaging/bmap-tools.spec
index 694d12b..0e9f8fb 100644
--- a/packaging/bmap-tools.spec
+++ b/packaging/bmap-tools.spec
@@ -4,7 +4,7 @@
Name: bmap-tools
Summary: Tools to generate block map (AKA bmap) and flash images using bmap
-Version: 3.6
+Version: 3.7
%if 0%{?opensuse_bs}
Release: %{rc_str}.<CI_CNT>.<B_CNT>
%else