Skip to content

Commit 1ac40df

Browse files
committed
Release 2.2.1
1 parent 4334f60 commit 1ac40df

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,6 @@
11
MenuLibre NEWS
22
|||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
3-
UNRELEASED, MenuLibre 2.2.1
3+
31 May 2019, MenuLibre 2.2.1
44

55
- General:
66
. Automatically generate changelog when built from git or released
@@ -14,6 +14,7 @@ UNRELEASED, MenuLibre 2.2.1
1414
English (United Kingdom), French, Polish, Russian,
1515
Serbian, Spanish, Turkish
1616

17+
1718
16 Mar 2018, MenuLibre 2.2.0
1819

1920
- New Stable Release

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.2.0'
28+
__version__ = '2.2.1'
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: 2019-05-30 20:55-0400\n"
11+
"POT-Creation-Date: 2019-05-30 22:02-0400\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
@@ -209,7 +209,7 @@ def run(self):
209209

210210
DistUtilsExtra.auto.setup(
211211
name='menulibre',
212-
version='2.2.0',
212+
version='2.2.1',
213213
license='GPL-3',
214214
author='Sean Davis',
215215
author_email='[email protected]',

0 commit comments

Comments
 (0)