Skip to content

Commit a188ea5

Browse files
committed
Release 2.1.5
1 parent e65b3f9 commit a188ea5

File tree

4 files changed

+5
-4
lines changed

4 files changed

+5
-4
lines changed

NEWS

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,7 @@
11
MenuLibre NEWS
22
|||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
3-
UNRELEASED, MenuLibre 2.1.5
3+
05 Feb 2018, MenuLibre 2.1.5
4+
45
- New Features:
56
. Added support for the Budgie and KDE Plasma desktop environments
67
. Improved support for the MATE desktop environment

menulibre_lib/menulibreconfig.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -25,7 +25,7 @@
2525
# files). By default, this is ../data, relative your trunk layout
2626
__menulibre_data_directory__ = '../data/'
2727
__license__ = 'GPL-3'
28-
__version__ = '2.1.4'
28+
__version__ = '2.1.5'
2929

3030
import os
3131

po/menulibre.pot

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@ msgid ""
88
msgstr ""
99
"Project-Id-Version: PACKAGE VERSION\n"
1010
"Report-Msgid-Bugs-To: \n"
11-
"POT-Creation-Date: 2018-02-04 13:27-0500\n"
11+
"POT-Creation-Date: 2018-02-05 06:19-0500\n"
1212
"PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n"
1313
"Last-Translator: FULL NAME <EMAIL@ADDRESS>\n"
1414
"Language-Team: LANGUAGE <[email protected]>\n"

setup.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -188,7 +188,7 @@ def run(self):
188188

189189
DistUtilsExtra.auto.setup(
190190
name='menulibre',
191-
version='2.1.4',
191+
version='2.1.5',
192192
license='GPL-3',
193193
author='Sean Davis',
194194
author_email='[email protected]',

0 commit comments

Comments
 (0)