[gnome-notes/gnome-40-0] Bump 40.1 release



commit b5189e213b50cac50f5602945836dc4d85b17959
Author: Isaque Galdino <igaldino gmail com>
Date:   Fri Apr 30 08:55:45 2021 -0300

    Bump 40.1 release

 NEWS                                        | 13 +++++++++++++
 data/appdata/org.gnome.Notes.appdata.xml.in | 19 +++++++++++++++++++
 meson.build                                 |  2 +-
 3 files changed, 33 insertions(+), 1 deletion(-)
---
diff --git a/NEWS b/NEWS
index 11347e5..92bc54f 100644
--- a/NEWS
+++ b/NEWS
@@ -1,3 +1,16 @@
+Overview of changes in 40.1
+===========================
+
+* Fixed e-mail sharing feature
+* Fixed issue preventing compiling single source files
+* Fixed 40's release date in appdata
+
+Translations
+* French, Nepali
+
+Contributors
+* Charles Monzat, Felix Riemann, Isaque Galdino, Michael Forney, Pawan Chitrakar
+
 Overview of changes in 40.0
 ===========================
 
diff --git a/data/appdata/org.gnome.Notes.appdata.xml.in b/data/appdata/org.gnome.Notes.appdata.xml.in
index 339c608..ca26d15 100644
--- a/data/appdata/org.gnome.Notes.appdata.xml.in
+++ b/data/appdata/org.gnome.Notes.appdata.xml.in
@@ -39,6 +39,25 @@
   </screenshots>
 
   <releases>
+    <release date="2021-05-01" version="40.1">
+      <description>
+        <p>This release brings the following improvements:</p>
+        <ul>
+          <li>Fixed e-mail sharing feature</li>
+          <li>Fixed issue preventing compiling single source files</li>
+          <li>Fixed 40's release date in appdata</li>
+        </ul>
+        <p>Translations:</p>
+        <ul>
+          <li>French, Nepali</li>
+        </ul>
+        <p>Contributors:</p>
+        <ul>
+          <li>Charles Monzat, Felix Riemann, Isaque Galdino, Michael Forney, Pawan Chitrakar</li>
+        </ul>
+        <p>Thanks to all the contributors and supporters of GNOME Notes!</p>
+      </description>
+    </release>
     <release date="2021-03-20" version="40.0">
       <description>
         <p>This release brings the following improvements:</p>
diff --git a/meson.build b/meson.build
index 864706e..7b9d184 100644
--- a/meson.build
+++ b/meson.build
@@ -1,6 +1,6 @@
 project(
   'bijiben', 'c',
-  version: '40.0',
+  version: '40.1',
   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]