From d3aab516173310a718a74b922b4246c646becfad Mon Sep 17 00:00:00 2001 From: Sean Davis Date: Tue, 11 Mar 2014 05:28:06 -0400 Subject: [PATCH] Update NEWS, bump version number --- NEWS | 7 +++++++ setup.py | 2 +- 2 files changed, 8 insertions(+), 1 deletion(-) diff --git a/NEWS b/NEWS index 9f350792..9e9acee0 100644 --- a/NEWS +++ b/NEWS @@ -1,5 +1,12 @@ MenuLibre NEWS ||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||| +11 Mar 2014, NenuLibre 2.0.3 + +- General: + . When saving, guarantee the launcher menus' categories are included + . Sync visibility with NoDisplay and Hidden properties + + 02 Mar 2014, MenuLibre 2.0.2 - General: diff --git a/setup.py b/setup.py index 62856774..b626819a 100644 --- a/setup.py +++ b/setup.py @@ -171,7 +171,7 @@ def run(self): DistUtilsExtra.auto.setup( name='menulibre', - version='2.0.2', + version='2.0.3', license='GPL-3', author='Sean Davis', author_email='smd.seandavis@gmail.com',