Skip to content
This repository was archived by the owner on Oct 16, 2024. It is now read-only.

Commit 14b411a

Browse files
committed
Release version 3.5
Change-Id: Iea2481970b17e2486ed074e44e1f56ce6e027eef Signed-off-by: Artem Bityutskiy <[email protected]>
1 parent 144065f commit 14b411a

File tree

4 files changed

+13
-2
lines changed

4 files changed

+13
-2
lines changed

bmaptools/CLI.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -41,7 +41,7 @@
4141
import io
4242
from bmaptools import BmapCreate, BmapCopy, BmapHelpers, TransRead
4343

44-
VERSION = "3.4"
44+
VERSION = "3.5"
4545

4646
log = logging.getLogger() # pylint: disable=C0103
4747

debian/changelog

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,10 @@
1+
bmap-tools (3.5) unstable; urgency=low
2+
3+
* Fixed copying of compressed files from URLs
4+
* Python 3.x support fixes and improvements.
5+
6+
-- Artem Bityutskiy <[email protected]> Thu, 23 Aug 2018 10:34:31 +0300
7+
18
bmap-tools (3.4) unstable; urgency=low
29

310
* New homepage: https://github.com/01org/bmap-tools

packaging/bmap-tools.changes

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,7 @@
1+
Thu Aug 23 07:34:31 UTC 2018 - Artem Bityutskiy <[email protected]> 3.5-1
2+
- Fixed copying of compressed files from URLs
3+
- Python 3.x support fixes and improvements.
4+
15
Thu Aug 31 12:40:00 UTC 2017 Alexander Kanevskiy <[email protected]> 3.4-1
26
- New homepage: https://github.com/01org/bmap-tools
37
- Python 3.x support.

packaging/bmap-tools.spec

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44

55
Name: bmap-tools
66
Summary: Tools to generate block map (AKA bmap) and flash images using bmap
7-
Version: 3.4
7+
Version: 3.5
88
%if 0%{?opensuse_bs}
99
Release: %{rc_str}.<CI_CNT>.<B_CNT>
1010
%else

0 commit comments

Comments
 (0)