[gnote] Prepare 41.0



commit cf0afb59188de9c728e603f144b9bcc7145b4da1
Author: Aurimas Černius <aurisc4 gmail com>
Date:   Sun Sep 26 17:31:46 2021 +0300

    Prepare 41.0

 NEWS                                | 12 ++++++++++++
 data/org.gnome.Gnote.appdata.xml.in |  5 +++++
 meson.build                         |  2 +-
 3 files changed, 18 insertions(+), 1 deletion(-)
---
diff --git a/NEWS b/NEWS
index 0cab9b92..d1a38fcb 100644
--- a/NEWS
+++ b/NEWS
@@ -1,3 +1,15 @@
+41.0 - 2021/09/26
+
+Fixes:
+  * Fix size and add more screenshots to appdata
+Translations:
+  * Updated translations:
+    - Chinese (China) (zh_CN)
+    - Czech (cs)
+    - Hungarian (hu)
+    - Romanian (ro)
+    - Serbian (sr)
+
 41.beta - 2021/09/06
 
 Fixes:
diff --git a/data/org.gnome.Gnote.appdata.xml.in b/data/org.gnome.Gnote.appdata.xml.in
index 607171b6..570bdc9a 100644
--- a/data/org.gnome.Gnote.appdata.xml.in
+++ b/data/org.gnome.Gnote.appdata.xml.in
@@ -25,6 +25,11 @@
  <update_contact>aurisc4_at_gmail.com</update_contact>
  <content_rating type="oars-1.1"/>
  <releases>
+  <release version="41.0" date="2021-09-06">
+    <ul>
+      <li>Fix size and add more screenshots to appdata</li>
+    </ul>
+  </release>
   <release version="41.beta" date="2021-09-06">
     <ul>
       <li>Fix a bunch of outdated URLs and instructions</li>
diff --git a/meson.build b/meson.build
index 746b5ec3..722c2575 100644
--- a/meson.build
+++ b/meson.build
@@ -1,5 +1,5 @@
 project('gnote', 'cpp',
-  version: '41.rc',
+  version: '41.0',
   meson_version: '>=0.50.0',
   default_options: 'cpp_std=c++14',
 )


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