summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--NEWS6
-rw-r--r--configure.ac2
2 files changed, 7 insertions, 1 deletions
diff --git a/NEWS b/NEWS
index c15380e0..f1ec34e9 100644
--- a/NEWS
+++ b/NEWS
@@ -1,3 +1,9 @@
+pluma 1.15.0
+============
+
+ * plugins: Fix to install externaltools plugin only with Python
+ * Translations update
+
pluma 1.14.0
============
diff --git a/configure.ac b/configure.ac
index 21a22b1c..71c67341 100644
--- a/configure.ac
+++ b/configure.ac
@@ -3,7 +3,7 @@ dnl Process this file with autoconf to produce a configure script.
AC_PREREQ(2.63.2)
m4_define(pluma_major_version, 1)
-m4_define(pluma_minor_version, 14)
+m4_define(pluma_minor_version, 15)
m4_define(pluma_micro_version, 0)
m4_define(pluma_version, pluma_major_version.pluma_minor_version.pluma_micro_version)