Skip to content

Commit e60a3b2

Browse files
committed
Release 2.3.1
1 parent f8c1210 commit e60a3b2

File tree

4 files changed

+4
-4
lines changed

4 files changed

+4
-4
lines changed

NEWS

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
MenuLibre NEWS
22
|||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
3-
Unreleased, MenuLibre 2.3.1
3+
30 April 2023, MenuLibre 2.3.1
44

55
- New Features:
66
. Add new Exec Editor dialog

menulibre.1

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
\\$2 \(laURL: \\$1 \(ra\\$3
33
..
44
.if \n[.g] .mso www.tmac
5-
.TH MENULIBRE "1" "June 2022" "menulibre 2.3.0" "User Commands"
5+
.TH MENULIBRE "1" "April 2023" "menulibre 2.3.1" "User Commands"
66
.SH NAME
77
menulibre \- advanced fd.o compliant menu editor
88
.SH DESCRIPTION

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.3.0'
28+
__version__ = '2.3.1'
2929

3030
import os
3131

setup.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -229,7 +229,7 @@ def run(self):
229229

230230
DistUtilsExtra.auto.setup(
231231
name='menulibre',
232-
version='2.3.0',
232+
version='2.3.1',
233233
license='GPL-3',
234234
author='Sean Davis',
235235
author_email='[email protected]',

0 commit comments

Comments
 (0)