[gnome-software] Release version 3.36.0



commit 1dd97a780f34227342c1cfbe72a7b5bd922b74b2
Author: Richard Hughes <richard hughsie com>
Date:   Wed Mar 11 12:41:40 2020 +0000

    Release version 3.36.0

 RELEASE                                        | 6 +++---
 data/appdata/org.gnome.Software.appdata.xml.in | 7 +++++++
 meson.build                                    | 2 +-
 3 files changed, 11 insertions(+), 4 deletions(-)
---
diff --git a/RELEASE b/RELEASE
index 17c6ea68..4c29379c 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.35.91... | grep -i -v trivial | grep -v Merge | sort | 
uniq
+git log --format="%s" --cherry-pick --right-only 3.35.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.35.92"
-git tag -s 3.35.92 -m "==== Version 3.35.92 ===="
+git commit -a -m "Release version 3.36.0"
+git tag -s 3.36.0 -m "==== Version 3.36.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 b7eac7b2..cae1debc 100644
--- a/data/appdata/org.gnome.Software.appdata.xml.in
+++ b/data/appdata/org.gnome.Software.appdata.xml.in
@@ -46,6 +46,13 @@
    Validate with `appstream-util validate *.appdata.xml`
   -->
   <releases>
+    <release date="2020-03-11" version="3.36.0">
+      <description>
+        <p>
+          This is the first stable release for GNOME 3.36.
+        </p>
+      </description>
+    </release>
     <release date="2020-03-04" version="3.35.92">
       <description>
         <p>
diff --git a/meson.build b/meson.build
index 6a201825..defb9774 100644
--- a/meson.build
+++ b/meson.build
@@ -1,5 +1,5 @@
 project('gnome-software', 'c',
-  version : '3.35.92',
+  version : '3.36.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]