[gnome-clocks/bilelmoussaoui/release-3.36.2: 2/2] Bump to 3.36.2



commit 48f29ab8230bfcd15ea5dfb682192d8e1c33cd39
Author: Bilal Elmoussaoui <bil elmoussaoui gmail com>
Date:   Sun May 10 12:39:31 2020 +0200

    Bump to 3.36.2

 NEWS                                     | 5 +++++
 data/org.gnome.clocks.metainfo.xml.in.in | 9 +++++++++
 meson.build                              | 2 +-
 3 files changed, 15 insertions(+), 1 deletion(-)
---
diff --git a/NEWS b/NEWS
index c49b694..f889358 100644
--- a/NEWS
+++ b/NEWS
@@ -1,3 +1,8 @@
+gnome-clocks 3.36.2
+===================
+ * World: Handle impossible places
+ * Timer: Fix signal for updating the duration
+
 gnome-clocks 3.36.0
 ===================
  * Major redesign of the application
diff --git a/data/org.gnome.clocks.metainfo.xml.in.in b/data/org.gnome.clocks.metainfo.xml.in.in
index 4292f10..1e7c15f 100644
--- a/data/org.gnome.clocks.metainfo.xml.in.in
+++ b/data/org.gnome.clocks.metainfo.xml.in.in
@@ -49,6 +49,15 @@
     </screenshot>
   </screenshots>
   <releases>
+    <release version="3.36.2" date="2020-05-10" type="stable">
+      <description>
+        <p>Some of the enhancements and bug fixes included in this release</p>
+        <ul>
+          <li>World: Handle impossible places</li>
+          <li>Timer: Fix signal for updating the duration</li>
+        </ul>
+      </description>    
+    </release>
     <release version="3.36.0" date="2020-03-01" type="stable">
       <description>
         <p>A new re-designed release of GNOME Clocks</p>
diff --git a/meson.build b/meson.build
index 0e9f51e..3d3d03b 100644
--- a/meson.build
+++ b/meson.build
@@ -1,7 +1,7 @@
 project(
   'gnome-clocks',
   ['vala', 'c'],
-  version: '3.36.0',
+  version: '3.36.2',
   license: 'GPL2+',
   meson_version: '>= 0.50.0',
 )


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