Skip to content

Commit

Permalink
Release 2.2.0
Browse files Browse the repository at this point in the history
  • Loading branch information
bluesabre committed Mar 17, 2018
1 parent 047a07e commit a4c0664
Show file tree
Hide file tree
Showing 6 changed files with 7 additions and 7 deletions.
4 changes: 2 additions & 2 deletions menulibre.1
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
\\$2 \(laURL: \\$1 \(ra\\$3
..
.if \n[.g] .mso www.tmac
.TH MENULIBRE "1" "January 2018" "menulibre 2.1" "User Commands"
.TH MENULIBRE "1" "March 2018" "menulibre 2.2" "User Commands"
.SH NAME
menulibre \- advanced fd.o compliant menu editor
.SH DESCRIPTION
Expand Down Expand Up @@ -30,7 +30,7 @@ Use toolbar layout (server side decorations)
The full documentation for
.B menulibre
is maintained online at
.URL "http://wiki.bluesabre.org/doku.php?id=menulibre-docs" "the authors documentation portal" "."
.URL "https://wiki.bluesabre.org/menulibre-docs" "the authors documentation portal" "."
.SH BUGS
Please report any bugs found at
.URL "https://bugs.launchpad.net/menulibre" "launchpad.net" "."
Expand Down
2 changes: 1 addition & 1 deletion menulibre/Dialogs.py
Original file line number Diff line number Diff line change
Expand Up @@ -68,7 +68,7 @@ def HelpDialog(parent):
# online documentation.
(_("Read Online"), Gtk.ResponseType.OK)
]
url = "http://wiki.bluesabre.org/doku.php?id=menulibre-docs"
url = "https://wiki.bluesabre.org/menulibre-docs"

dialog = Gtk.MessageDialog(transient_for=parent, modal=True,
message_type=Gtk.MessageType.QUESTION,
Expand Down
2 changes: 1 addition & 1 deletion menulibre/MenulibreApplication.py
Original file line number Diff line number Diff line change
Expand Up @@ -262,7 +262,7 @@ def root_lockout(self):
# dismissed.
primary = _("MenuLibre cannot be run as root.")

docs_url = "https://wiki.bluesabre.org/doku.php?id=menulibre_faq"
docs_url = "https://wiki.bluesabre.org/menulibre_faq"

# Translators: This link goes to the online documentation with more
# information.
Expand Down
2 changes: 1 addition & 1 deletion menulibre_lib/menulibreconfig.py
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@
# files). By default, this is ../data, relative your trunk layout
__menulibre_data_directory__ = '../data/'
__license__ = 'GPL-3'
__version__ = '2.1.5'
__version__ = '2.2.0'

import os

Expand Down
2 changes: 1 addition & 1 deletion po/menulibre.pot
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ msgid ""
msgstr ""
"Project-Id-Version: PACKAGE VERSION\n"
"Report-Msgid-Bugs-To: \n"
"POT-Creation-Date: 2018-03-16 20:19-0400\n"
"POT-Creation-Date: 2018-03-16 20:33-0400\n"
"PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n"
"Last-Translator: FULL NAME <EMAIL@ADDRESS>\n"
"Language-Team: LANGUAGE <[email protected]>\n"
Expand Down
2 changes: 1 addition & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -188,7 +188,7 @@ def run(self):

DistUtilsExtra.auto.setup(
name='menulibre',
version='2.1.5',
version='2.2.0',
license='GPL-3',
author='Sean Davis',
author_email='[email protected]',
Expand Down

0 comments on commit a4c0664

Please sign in to comment.