Skip to content

Commit a4c0664

Browse files
committed
Release 2.2.0
1 parent 047a07e commit a4c0664

File tree

6 files changed

+7
-7
lines changed

6 files changed

+7
-7
lines changed

menulibre.1

Lines changed: 2 additions & 2 deletions
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" "January 2018" "menulibre 2.1" "User Commands"
5+
.TH MENULIBRE "1" "March 2018" "menulibre 2.2" "User Commands"
66
.SH NAME
77
menulibre \- advanced fd.o compliant menu editor
88
.SH DESCRIPTION
@@ -30,7 +30,7 @@ Use toolbar layout (server side decorations)
3030
The full documentation for
3131
.B menulibre
3232
is maintained online at
33-
.URL "http://wiki.bluesabre.org/doku.php?id=menulibre-docs" "the authors documentation portal" "."
33+
.URL "https://wiki.bluesabre.org/menulibre-docs" "the authors documentation portal" "."
3434
.SH BUGS
3535
Please report any bugs found at
3636
.URL "https://bugs.launchpad.net/menulibre" "launchpad.net" "."

menulibre/Dialogs.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -68,7 +68,7 @@ def HelpDialog(parent):
6868
# online documentation.
6969
(_("Read Online"), Gtk.ResponseType.OK)
7070
]
71-
url = "http://wiki.bluesabre.org/doku.php?id=menulibre-docs"
71+
url = "https://wiki.bluesabre.org/menulibre-docs"
7272

7373
dialog = Gtk.MessageDialog(transient_for=parent, modal=True,
7474
message_type=Gtk.MessageType.QUESTION,

menulibre/MenulibreApplication.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -262,7 +262,7 @@ def root_lockout(self):
262262
# dismissed.
263263
primary = _("MenuLibre cannot be run as root.")
264264

265-
docs_url = "https://wiki.bluesabre.org/doku.php?id=menulibre_faq"
265+
docs_url = "https://wiki.bluesabre.org/menulibre_faq"
266266

267267
# Translators: This link goes to the online documentation with more
268268
# information.

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.1.5'
28+
__version__ = '2.2.0'
2929

3030
import os
3131

po/menulibre.pot

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@ msgid ""
88
msgstr ""
99
"Project-Id-Version: PACKAGE VERSION\n"
1010
"Report-Msgid-Bugs-To: \n"
11-
"POT-Creation-Date: 2018-03-16 20:19-0400\n"
11+
"POT-Creation-Date: 2018-03-16 20:33-0400\n"
1212
"PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n"
1313
"Last-Translator: FULL NAME <EMAIL@ADDRESS>\n"
1414
"Language-Team: LANGUAGE <[email protected]>\n"

setup.py

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

189189
DistUtilsExtra.auto.setup(
190190
name='menulibre',
191-
version='2.1.5',
191+
version='2.2.0',
192192
license='GPL-3',
193193
author='Sean Davis',
194194
author_email='[email protected]',

0 commit comments

Comments
 (0)