From e60a3b2a612b2264646a0f83575164a2fc2f4866 Mon Sep 17 00:00:00 2001 From: Sean Davis Date: Sun, 30 Apr 2023 22:02:41 -0400 Subject: [PATCH] Release 2.3.1 --- NEWS | 2 +- menulibre.1 | 2 +- menulibre_lib/menulibreconfig.py | 2 +- setup.py | 2 +- 4 files changed, 4 insertions(+), 4 deletions(-) diff --git a/NEWS b/NEWS index d8168860..ed638608 100644 --- a/NEWS +++ b/NEWS @@ -1,6 +1,6 @@ MenuLibre NEWS ||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||| -Unreleased, MenuLibre 2.3.1 +30 April 2023, MenuLibre 2.3.1 - New Features: . Add new Exec Editor dialog diff --git a/menulibre.1 b/menulibre.1 index 4231e941..77f818f9 100644 --- a/menulibre.1 +++ b/menulibre.1 @@ -2,7 +2,7 @@ \\$2 \(laURL: \\$1 \(ra\\$3 .. .if \n[.g] .mso www.tmac -.TH MENULIBRE "1" "June 2022" "menulibre 2.3.0" "User Commands" +.TH MENULIBRE "1" "April 2023" "menulibre 2.3.1" "User Commands" .SH NAME menulibre \- advanced fd.o compliant menu editor .SH DESCRIPTION diff --git a/menulibre_lib/menulibreconfig.py b/menulibre_lib/menulibreconfig.py index 5c3b0746..6eb87a67 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.3.0' +__version__ = '2.3.1' import os diff --git a/setup.py b/setup.py index 2ca9f12d..7b962418 100644 --- a/setup.py +++ b/setup.py @@ -229,7 +229,7 @@ def run(self): DistUtilsExtra.auto.setup( name='menulibre', - version='2.3.0', + version='2.3.1', license='GPL-3', author='Sean Davis', author_email='sean@bluesabre.org',