From 30ae21c0ef6169638a300efad3e04b8424abd581 Mon Sep 17 00:00:00 2001 From: Sean Davis Date: Sun, 27 Jul 2014 20:14:45 -0400 Subject: [PATCH] Update release timestamps, update version number, update license type in code --- data/appdata/mugshot.appdata.xml.in | 8 ++++---- mugshot_lib/mugshotconfig.py | 4 ++-- setup.py | 4 ++-- 3 files changed, 8 insertions(+), 8 deletions(-) diff --git a/data/appdata/mugshot.appdata.xml.in b/data/appdata/mugshot.appdata.xml.in index f28b49b..e88a86b 100644 --- a/data/appdata/mugshot.appdata.xml.in +++ b/data/appdata/mugshot.appdata.xml.in @@ -48,7 +48,7 @@ - + <_p>This stable release improved AccountsService functionality and overall usability. Users without admin rights can no longer attempt to @@ -58,7 +58,7 @@ - + <_p>This stable release fixed a crash that occured when saving user details in a non-English locale. This release also included an updated @@ -67,7 +67,7 @@ - + <_p>This stable release fixed several bugs related to profile image management, introduced an improved password dialog, and transitioned to @@ -76,7 +76,7 @@ - + <_p>The first stable release introduced simplified packaging, replaced the Help functionality with the online help documents, and transitioned diff --git a/mugshot_lib/mugshotconfig.py b/mugshot_lib/mugshotconfig.py index 6e929ff..cfa9d86 100644 --- a/mugshot_lib/mugshotconfig.py +++ b/mugshot_lib/mugshotconfig.py @@ -25,8 +25,8 @@ __all__ = [ # Where your project will look for your data (for instance, images and ui # files). By default, this is ../data, relative your trunk layout __mugshot_data_directory__ = '../data/' -__license__ = 'GPL-3' -__version__ = '0.2.2' +__license__ = 'GPL-3+' +__version__ = '0.2.4' import os diff --git a/setup.py b/setup.py index b66e744..da8cb49 100644 --- a/setup.py +++ b/setup.py @@ -185,8 +185,8 @@ class InstallAndUpdateDataDirectory(DistUtilsExtra.auto.install_auto): DistUtilsExtra.auto.setup( name='mugshot', - version='0.2.3', - license='GPL-3', + version='0.2.4', + license='GPL-3+', author='Sean Davis', author_email='smd.seandavis@gmail.com', description='lightweight user configuration utility',