Skip to content

Commit 0bab473

Browse files
committed
Bump version numbers to prep for release
1 parent 1f9b3d6 commit 0bab473

File tree

5 files changed

+20
-3
lines changed

5 files changed

+20
-3
lines changed

NEWS

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,11 @@
11
SGT Puzzles Collection (sgt-launcher) NEWS
22
|||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
3+
03 Oct 2016, SGT Puzzles Collection 0.2.3
4+
5+
- Remove unused Preferences menu item (LP: #1686667)
6+
- Translation Updates: Kurdish, Polish, Spanish
7+
8+
39
29 Jan 2017, SGT Puzzles Collection 0.2.2
410

511
- Do not display non-existent launchers

data/appdata/sgt-launcher.appdata.xml.in

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -30,6 +30,11 @@
3030
​ </provides>
3131
3232
​ <releases>
33+
<release version="0.2.3" date="2017-10-03">
34+
​ <description>
35+
​ <_p>The Preferences menu item has been removed and several translations have been included.</_p>
36+
​ </description>
37+
​ </release>
3338
​ <release version="0.2.2" date="2017-01-29">
3439
​ <description>
3540
​ <_p>Non-existent launchers are no longer displayed. The application launcher now links to the correct binary.</_p>

po/sgt-launcher.pot

Lines changed: 7 additions & 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: 2017-10-03 05:54-0400\n"
11+
"POT-Creation-Date: 2017-10-03 06:04-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"
@@ -87,6 +87,12 @@ msgstr ""
8787

8888
#: ../data/appdata/sgt-launcher.appdata.xml.in.h:6
8989
msgid ""
90+
"The Preferences menu item has been removed and several translations have "
91+
"been included."
92+
msgstr ""
93+
94+
#: ../data/appdata/sgt-launcher.appdata.xml.in.h:7
95+
msgid ""
9096
"Non-existent launchers are no longer displayed. The application launcher now "
9197
"links to the correct binary."
9298
msgstr ""

setup.py

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

281281
DistUtilsExtra.auto.setup(
282282
name='sgt-launcher',
283-
version='0.2.2',
283+
version='0.2.3',
284284
license='GPL-3+',
285285
author='Sean Davis',
286286
author_email='[email protected]',

sgtlauncher_lib/sgtlauncherconfig.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,7 @@
2323
# files). By default, this is ../data, relative your trunk layout
2424
__sgtlauncher_data_directory__ = '../data/'
2525
__license__ = 'GPL-3+'
26-
__version__ = '0.2.2'
26+
__version__ = '0.2.3'
2727

2828
import os # nopep8
2929

0 commit comments

Comments
 (0)