[gnome-clocks/alatiera/43.alpha] Release 43.alpha




commit f0846fce9b3b5461048775183d383c9cfae14158
Author: Jordan Petridis <jordan centricular com>
Date:   Thu Jul 14 06:42:18 2022 +0300

    Release 43.alpha

 NEWS                                     | 8 ++++++++
 data/org.gnome.clocks.metainfo.xml.in.in | 1 +
 meson.build                              | 2 +-
 3 files changed, 10 insertions(+), 1 deletion(-)
---
diff --git a/NEWS b/NEWS
index 43d26086..725afed0 100644
--- a/NEWS
+++ b/NEWS
@@ -1,3 +1,11 @@
+gnome-clocks 43.alpha
+===================
+ * Build against either geocode-glib-1.0 or geocode-glib-2.0
+ * Disable "Add" button by default on new timer dialog
+ * Fix the incorrect order of stopwatch's time label using RTL locale
+ * Do not match timezones on search
+ * Translations updates
+
 gnome-clocks 42.0
 ===================
  * Translations updates
diff --git a/data/org.gnome.clocks.metainfo.xml.in.in b/data/org.gnome.clocks.metainfo.xml.in.in
index 74364c7b..4a7d537e 100644
--- a/data/org.gnome.clocks.metainfo.xml.in.in
+++ b/data/org.gnome.clocks.metainfo.xml.in.in
@@ -53,6 +53,7 @@
     </screenshot>
   </screenshots>
   <releases>
+    <release version="43.alpha" date="2022-07-14" type="development">
     <release version="42.0" date="2022-03-19">
       <description>
         <p>GTK 4 / libadwaita port</p>
diff --git a/meson.build b/meson.build
index 3596dea0..40301ee0 100644
--- a/meson.build
+++ b/meson.build
@@ -1,7 +1,7 @@
 project(
   'gnome-clocks',
   ['vala', 'c'],
-  version: '42.0',
+  version: '43.alpha',
   license: 'GPL-2.0-or-later',
   meson_version: '>= 0.59.0',
 )


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