Upgrade version to 0.25.10 01/225201/1 accepted/tizen/devbase/tools/20200219.094538 accepted/tizen/devbase/tools/20200415.093454 accepted/tizen/devbase/tools/20200423.100546 submit/trunk/20200219.120523 submit/trunk/20200409.194520 submit/trunk/20200409.200220 submit/trunk/20200409.202020 submit/trunk/20200410.143020 submit/trunk/20200410.160020 submit/trunk/20200413.132320 submit/trunk/20200413.150000 submit/trunk/20200413.150500 submit/trunk/20200413.151000 submit/trunk/20200414.141500 submit/trunk/20200414.173500 submit/trunk/20200414.191000 submit/trunk/20200422.115210 submit/trunk/20200422.142510 submit/trunk/20200422.165210 submit/trunk/20200423.102810 submit/trunk/20200423.115423 submit/trunk/20200423.122334
authoryan11.meng <yan11.meng@samsung.com>
Tue, 18 Feb 2020 06:05:03 +0000 (14:05 +0800)
committeryan11.meng <yan11.meng@samsung.com>
Tue, 18 Feb 2020 06:06:13 +0000 (14:06 +0800)
Change-Id: Ib2a15be6c72ce7f7cd566bcc3ed102adb6ab57ff
Signed-off-by: yan11.meng <yan11.meng@samsung.com>
debian/changelog
docs/RELEASE_NOTES
gitbuildsys/__init__.py
packaging/gbs.changes
packaging/gbs.spec

index 88b068d..da60aaa 100755 (executable)
@@ -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 <yan11.meng@samsung.com>  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
index 0c6694e..f694b87 100755 (executable)
@@ -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
 ==========================
 
index eeab904..2915706 100755 (executable)
@@ -20,4 +20,4 @@
 module for gbs tool
 """
 
-__version__ = "0.25.9"
+__version__ = "0.25.10"
index 6e2d4f1..6ff2596 100755 (executable)
@@ -1,3 +1,8 @@
+* Mon Feb 17 2020 Meng Yan <yan11.meng@samsung.com> 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 <biao716.wang@samsung.com> 0.25.9
   * upgrade to gbs v0.25.9, which contains the following features:
     * New
index e1d2c5a..a365384 100755 (executable)
@@ -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.<CI_CNT>.<B_CNT>
 %else