From a188ea54b66fa2a1fe6a5db99ae2550bc17f5695 Mon Sep 17 00:00:00 2001 From: Sean Davis Date: Mon, 5 Feb 2018 06:20:38 -0500 Subject: [PATCH] Release 2.1.5 --- NEWS | 3 ++- menulibre_lib/menulibreconfig.py | 2 +- po/menulibre.pot | 2 +- setup.py | 2 +- 4 files changed, 5 insertions(+), 4 deletions(-) diff --git a/NEWS b/NEWS index 86c15b57..1ffbd071 100644 --- a/NEWS +++ b/NEWS @@ -1,6 +1,7 @@ MenuLibre NEWS ||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||| -UNRELEASED, MenuLibre 2.1.5 +05 Feb 2018, MenuLibre 2.1.5 + - New Features: . Added support for the Budgie and KDE Plasma desktop environments . Improved support for the MATE desktop environment diff --git a/menulibre_lib/menulibreconfig.py b/menulibre_lib/menulibreconfig.py index 8ffb6c8b..16a0cd63 100644 --- a/menulibre_lib/menulibreconfig.py +++ b/menulibre_lib/menulibreconfig.py @@ -25,7 +25,7 @@ # files). By default, this is ../data, relative your trunk layout __menulibre_data_directory__ = '../data/' __license__ = 'GPL-3' -__version__ = '2.1.4' +__version__ = '2.1.5' import os diff --git a/po/menulibre.pot b/po/menulibre.pot index d21ebd66..307e9865 100644 --- a/po/menulibre.pot +++ b/po/menulibre.pot @@ -8,7 +8,7 @@ msgid "" msgstr "" "Project-Id-Version: PACKAGE VERSION\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2018-02-04 13:27-0500\n" +"POT-Creation-Date: 2018-02-05 06:19-0500\n" "PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n" "Last-Translator: FULL NAME \n" "Language-Team: LANGUAGE \n" diff --git a/setup.py b/setup.py index 29b0e3ce..0dbbf2b8 100644 --- a/setup.py +++ b/setup.py @@ -188,7 +188,7 @@ def run(self): DistUtilsExtra.auto.setup( name='menulibre', - version='2.1.4', + version='2.1.5', license='GPL-3', author='Sean Davis', author_email='smd.seandavis@gmail.com',