[gedit/zbrown/deteplification-src: 275/633] Release 3.37.1




commit 64995dcc4dd9937243162f210d3df7095e84d160
Author: Sébastien Wilmet <swilmet gnome org>
Date:   Fri Apr 24 15:00:39 2020 +0200

    Release 3.37.1

 NEWS                                | 6 ++++--
 README.md                           | 2 +-
 data/org.gnome.gedit.appdata.xml.in | 1 +
 meson.build                         | 2 +-
 4 files changed, 7 insertions(+), 4 deletions(-)
---
diff --git a/NEWS b/NEWS
index 1667dbf5d..abe266b51 100644
--- a/NEWS
+++ b/NEWS
@@ -1,4 +1,4 @@
-News in 3.37.1, 2020-xx-yy (not yet released)
+News in 3.37.1, 2020-04-24
 --------------------------
 * Remove the support for X11 workspaces.
   See: commit d0728e7d0c3e7fdc58f03f0af4e0ce64eb7aef6e
@@ -19,9 +19,11 @@ Changes for plugins:
 * See the list of API breaks and new deprecations in the API reference.
 
 Tepl-ification:
-* Move some utils functions to the Tepl library.
+* Move some utility functions to the Tepl library.
 * Refactor and move some I/O error infobars to Tepl.
 * GeditView now inherits from TeplView.
+* Port to the new Tepl metadata API.
+* Use TeplStyleSchemeChooserWidget.
 
 News in 3.36.1, 2020-03-20
 --------------------------
diff --git a/README.md b/README.md
index cf46a517d..4afcc7473 100644
--- a/README.md
+++ b/README.md
@@ -1,7 +1,7 @@
 gedit - The GNOME text editor
 =============================
 
-This is version 3.37.0 of gedit.
+This is version 3.37.1 of gedit.
 
 gedit is the official text editor of the GNOME desktop environment.
 While aiming at simplicity and ease of use, gedit is a powerful general
diff --git a/data/org.gnome.gedit.appdata.xml.in b/data/org.gnome.gedit.appdata.xml.in
index a13011588..e464df9f3 100644
--- a/data/org.gnome.gedit.appdata.xml.in
+++ b/data/org.gnome.gedit.appdata.xml.in
@@ -44,6 +44,7 @@
   <translation type="gettext">gedit</translation>
   <content_rating type="oars-1.1" />
   <releases>
+    <release version="3.37.1" date="2020-04-24" />
     <release version="3.36.1" date="2020-03-20" />
     <release version="3.36.0" date="2020-03-06" />
   </releases>
diff --git a/meson.build b/meson.build
index 8a8454da5..62e1e3e39 100644
--- a/meson.build
+++ b/meson.build
@@ -1,6 +1,6 @@
 project(
   'gedit', 'c',
-  version: '3.37.0',
+  version: '3.37.1',
   meson_version: '>= 0.53'
 )
 


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