Skip to content

Commit 40af6fc

Browse files
committed
Fix typo, release 0.2.1
1 parent ea4e488 commit 40af6fc

File tree

4 files changed

+8
-3
lines changed

4 files changed

+8
-3
lines changed

NEWS

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,10 @@
11
SGT Puzzles Collection (sgt-launcher) NEWS
22
|||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
3+
08 Dec 2016, SGT Puzzles Collection 0.2.1
4+
5+
- Fix typo in sgt-launcher.desktop
6+
7+
38
08 Dec 2016, SGT Puzzles Collection 0.2
49

510
- Install to PREFIX/games

setup.py

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

251251
DistUtilsExtra.auto.setup(
252252
name='sgt-launcher',
253-
version='0.2',
253+
version='0.2.1',
254254
license='GPL-3+',
255255
author='Sean Davis',
256256
author_email='[email protected]',

sgt-launcher.desktop.in

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@ Exec=sgt-launcher
66
Terminal=false
77
Type=Application
88
StartupNotify=true
9-
StartupWmClass=sgt-launcher
9+
StartupWMClass=sgt-launcher
1010
Icon=sgt-launcher
1111
Categories=Game;LogicGame;
1212
_Keywords=Games;Puzzles;

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'
26+
__version__ = '0.2.1'
2727

2828
import os # nopep8
2929

0 commit comments

Comments
 (0)