[gnome-software/gnome-3-38] Release version 3.38.0



commit de586130932f5a33a20f57ffe836ebd36443f9d3
Author: Richard Hughes <richard hughsie com>
Date:   Fri Sep 11 12:36:26 2020 +0100

    Release version 3.38.0

 RELEASE                                        | 6 +++---
 data/appdata/org.gnome.Software.appdata.xml.in | 9 ++++++++-
 meson.build                                    | 2 +-
 3 files changed, 12 insertions(+), 5 deletions(-)
---
diff --git a/RELEASE b/RELEASE
index cc7071ce..cc9e116a 100644
--- a/RELEASE
+++ b/RELEASE
@@ -2,14 +2,14 @@ GNOME Software Release Notes
 
 Write release entries:
 
-git log --format="%s" --cherry-pick --right-only 3.36.0... | grep -i -v trivial | grep -v Merge | sort | uniq
+git log --format="%s" --cherry-pick --right-only 3.37.92... | grep -i -v trivial | grep -v Merge | sort | 
uniq
 Add any user visible changes into data/appdata/org.gnome.Software.appdata.xml.in
 
 Generate NEWS file:
 appstream-util appdata-to-news ../data/appdata/org.gnome.Software.appdata.xml.in > NEWS
 
-git commit -a -m "Release version 3.37.92"
-git tag -s 3.37.92 -m "==== Version 3.37.92 ===="
+git commit -a -m "Release version 3.38.0"
+git tag -s 3.38.0 -m "==== Version 3.38.0 ===="
 <enter password>
 
 ninja-build dist
diff --git a/data/appdata/org.gnome.Software.appdata.xml.in b/data/appdata/org.gnome.Software.appdata.xml.in
index 188a0c6c..c644f7da 100644
--- a/data/appdata/org.gnome.Software.appdata.xml.in
+++ b/data/appdata/org.gnome.Software.appdata.xml.in
@@ -46,10 +46,17 @@
    Validate with `appstream-util validate *.appdata.xml`
   -->
   <releases>
+    <release date="2020-09-11" version="3.38.0">
+      <description>
+        <p>
+          This is an stable release that just updates existing translations.
+        </p>
+      </description>
+    </release>
     <release date="2020-09-01" version="3.37.92">
       <description>
         <p>
-          This is an unstable stable release with the following changes:
+          This is an unstable release with the following changes:
         </p>
         <ul>
           <li>Add sysprof support for profiling jobs</li>
diff --git a/meson.build b/meson.build
index 38f5e977..32793ed9 100644
--- a/meson.build
+++ b/meson.build
@@ -1,5 +1,5 @@
 project('gnome-software', 'c',
-  version : '3.37.92',
+  version : '3.38.0',
   license : 'GPL-2.0+',
   default_options : ['warning_level=1', 'c_std=c99'],
   meson_version : '>=0.47.0'


[Date Prev][Date Next]   [Thread Prev][Thread Next]   [Thread Index] [Date Index] [Author Index]