[gnome-weather/gnome-3-36: 2/2] Prepare 3.36.0



commit e9f2748a7261c71a45d633a66b0ba34f3fec544f
Author: Michael Catanzaro <mcatanzaro gnome org>
Date:   Mon Apr 6 10:14:59 2020 -0500

    Prepare 3.36.0

 NEWS                                     | 14 ++++++++++++++
 data/org.gnome.Weather.appdata.xml.in.in |  2 ++
 meson.build                              |  2 +-
 3 files changed, 17 insertions(+), 1 deletion(-)
---
diff --git a/NEWS b/NEWS
index e34c473..d6874ea 100644
--- a/NEWS
+++ b/NEWS
@@ -1,3 +1,17 @@
+3.36.0
+======
+
+* Bugs fixed:
+  - #90 Always shows weather for wrong location (Michael Catanzaro)
+  - !26 Deduplicate cities in locations popover (Michael Catanzaro)
+* Bugs introduced:
+  - #95 Unknown location since 3.34.1 (sorry!)
+
+* New nightly app icon (Jakub Steiner)
+* Publish nightlies from CI (Christopher Davis)
+* Added README (Christopher Davis)
+* Many translation updates
+
 3.34.0
 ======
 * Export location information to GNOME Shell (Florian Müllner)
diff --git a/data/org.gnome.Weather.appdata.xml.in.in b/data/org.gnome.Weather.appdata.xml.in.in
index 0063407..6b09a21 100644
--- a/data/org.gnome.Weather.appdata.xml.in.in
+++ b/data/org.gnome.Weather.appdata.xml.in.in
@@ -46,6 +46,8 @@
     <id>org.gnome.Weather.desktop</id>
   </provides>
   <releases>
+    <release date="2020-04-06" version="3.36.0"/>
+    <release date="2020-04-03" version="3.34.1"/>
     <release date="2019-09-24" version="3.34.0">
       <description>
         <p>GNOME Weather 3.34 includes bug fixes and general improvements:</p>
diff --git a/meson.build b/meson.build
index c28e1fc..f9bca19 100644
--- a/meson.build
+++ b/meson.build
@@ -1,5 +1,5 @@
 project('gnome-weather', 'c',
-  version: '3.34.0',
+  version: '3.36.0',
   meson_version: '>= 0.50.0',
   license: 'GPL2+'
 )


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