[gnome-photos/bilelmoussaoui/release-42] Bump version to 42.0




commit 263d82c16b18db0f59c123e34f317a6926debdd8
Author: Bilal Elmoussaoui <belmouss redhat com>
Date:   Sat Mar 19 18:19:14 2022 +0100

    Bump version to 42.0

 NEWS                                 | 6 ++++++
 data/org.gnome.Photos.appdata.xml.in | 9 +++++++++
 meson.build                          | 2 +-
 3 files changed, 16 insertions(+), 1 deletion(-)
---
diff --git a/NEWS b/NEWS
index 0ff1d2fb..2ad5ade4 100644
--- a/NEWS
+++ b/NEWS
@@ -1,3 +1,9 @@
+Overview of changes in 42.0
+===============================
+* appdata: Update screenshots 
+* tracker: Correctly pass IndexLocation flags 
+* Fix headerbar button vertical alignment
+
 Overview of changes in 41.alpha
 ===============================
 
diff --git a/data/org.gnome.Photos.appdata.xml.in b/data/org.gnome.Photos.appdata.xml.in
index 213611b6..e26ef752 100644
--- a/data/org.gnome.Photos.appdata.xml.in
+++ b/data/org.gnome.Photos.appdata.xml.in
@@ -35,6 +35,15 @@
     <kudo>UserDocs</kudo>
   </kudos>
   <releases>
+    <release version="42.0" date="2022-03-19">
+      <description>
+        <ul>
+          <li>Fix crash when importing photos from device</li>
+          <li>Fix headerbar getting too big</li>
+          <li>Translations updates</li>
+        </ul>
+      </description>
+    </release>
     <release version="40.0" date="2021-03-25">
       <description>
         <ul>
diff --git a/meson.build b/meson.build
index 3901719b..539e7c71 100644
--- a/meson.build
+++ b/meson.build
@@ -1,7 +1,7 @@
 project(
   'gnome-photos',
   'c',
-  version: '41.alpha',
+  version: '42.0',
   license: 'GPL3+',
   default_options: 'buildtype=debugoptimized',
   meson_version: '>= 0.50.0',


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