From 3074ce01fe9457aff241577bd281cbe77515f02b Mon Sep 17 00:00:00 2001 From: "yan11.meng" Date: Tue, 18 Feb 2020 14:05:03 +0800 Subject: [PATCH] Upgrade version to 0.25.10 Change-Id: Ib2a15be6c72ce7f7cd566bcc3ed102adb6ab57ff Signed-off-by: yan11.meng --- debian/changelog | 6 ++++++ docs/RELEASE_NOTES | 8 ++++++++ gitbuildsys/__init__.py | 2 +- packaging/gbs.changes | 5 +++++ packaging/gbs.spec | 2 +- 5 files changed, 21 insertions(+), 2 deletions(-) diff --git a/debian/changelog b/debian/changelog index 88b068d..da60aaa 100755 --- a/debian/changelog +++ b/debian/changelog @@ -1,3 +1,9 @@ +gbs (0.25.10) unstable; urgency=high + * upgrade to gbs v0.25.10, which contains the following features: + * Bug fix: + - Fix pylint issue for gbs + -- Meng Yan Mon, 17 Feb 2020 12:30:00 +0800 + gbs (0.25.9) unstable; urgency=high * upgrade to gbs v0.25.9, which contains the following features: - Add --export-only feature diff --git a/docs/RELEASE_NOTES b/docs/RELEASE_NOTES index 0c6694e..f694b87 100755 --- a/docs/RELEASE_NOTES +++ b/docs/RELEASE_NOTES @@ -1,3 +1,11 @@ +Release notes for gbs 0.25.10 +========================== + +- Release Date: 2020-2 + +- Bug fix: + * Fix pylint issue for gbs + Release notes for gbs 0.25.9 ========================== diff --git a/gitbuildsys/__init__.py b/gitbuildsys/__init__.py index eeab904..2915706 100755 --- a/gitbuildsys/__init__.py +++ b/gitbuildsys/__init__.py @@ -20,4 +20,4 @@ module for gbs tool """ -__version__ = "0.25.9" +__version__ = "0.25.10" diff --git a/packaging/gbs.changes b/packaging/gbs.changes index 6e2d4f1..6ff2596 100755 --- a/packaging/gbs.changes +++ b/packaging/gbs.changes @@ -1,3 +1,8 @@ +* Mon Feb 17 2020 Meng Yan 0.25.10 + * upgrade to gbs v0.25.10, which contains the following features: + * bug fix + - Fix pylint issue for gbs + * Fri Aug 30 2019 Wang Biao 0.25.9 * upgrade to gbs v0.25.9, which contains the following features: * New diff --git a/packaging/gbs.spec b/packaging/gbs.spec index e1d2c5a..a365384 100755 --- a/packaging/gbs.spec +++ b/packaging/gbs.spec @@ -6,7 +6,7 @@ Name: gbs Summary: The command line tools for Tizen package developers -Version: 0.25.9 +Version: 0.25.10 %if 0%{?opensuse_bs} Release: 1.. %else -- 2.7.4