diff --git a/NEWS b/NEWS index ebd502c0..27b8f2fc 100644 --- a/NEWS +++ b/NEWS @@ -1,5 +1,12 @@ MenuLibre NEWS ||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||| +20 Sep 2015, MenuLibre 2.1.1 + +- Updated Translations: + . Chinese (Simplified), Czech, Dutch, Finnish, German, Greek, + Lithuanian, Portuguese, Russian, Slovenian, Spanish + + 18 Aug 2015, MenuLibre 2.1.0 - General: diff --git a/menulibre_lib/menulibreconfig.py b/menulibre_lib/menulibreconfig.py index f031c62d..08ddf882 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.0' +__version__ = '2.1.1' import os diff --git a/setup.py b/setup.py index 7f18cdd7..a7e436ab 100644 --- a/setup.py +++ b/setup.py @@ -182,7 +182,7 @@ def run(self): DistUtilsExtra.auto.setup( name='menulibre', - version='2.1.0', + version='2.1.1', license='GPL-3', author='Sean Davis', author_email='smd.seandavis@gmail.com',