diff --git a/NEWS b/NEWS index 161909f4..a9f4cf6a 100644 --- a/NEWS +++ b/NEWS @@ -1,6 +1,6 @@ MenuLibre NEWS ||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||| -UNRELEASED, MenuLibre 2.2.1 +31 May 2019, MenuLibre 2.2.1 - General: . Automatically generate changelog when built from git or released @@ -14,6 +14,7 @@ UNRELEASED, MenuLibre 2.2.1 English (United Kingdom), French, Polish, Russian, Serbian, Spanish, Turkish + 16 Mar 2018, MenuLibre 2.2.0 - New Stable Release diff --git a/menulibre_lib/menulibreconfig.py b/menulibre_lib/menulibreconfig.py index d494578f..a2b82e83 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.2.0' +__version__ = '2.2.1' import os diff --git a/po/menulibre.pot b/po/menulibre.pot index 2438cb1a..6b66d1ae 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: 2019-05-30 20:55-0400\n" +"POT-Creation-Date: 2019-05-30 22:02-0400\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 6901dea2..8df6e225 100644 --- a/setup.py +++ b/setup.py @@ -209,7 +209,7 @@ def run(self): DistUtilsExtra.auto.setup( name='menulibre', - version='2.2.0', + version='2.2.1', license='GPL-3', author='Sean Davis', author_email='smd.seandavis@gmail.com',