Update release timestamps, update version number, update license type in code

This commit is contained in:
Sean Davis 2014-07-27 20:14:45 -04:00
parent dc74da0918
commit 30ae21c0ef
3 changed files with 8 additions and 8 deletions

View File

@ -48,7 +48,7 @@
</description>
</release>
<release version="0.2.3" timestamp="">
<release version="0.2.3" timestamp="1396661280">
<description>
<_p>This stable release improved AccountsService functionality and
overall usability. Users without admin rights can no longer attempt to
@ -58,7 +58,7 @@
</description>
</release>
<release version="0.2.2" timestamp="">
<release version="0.2.2" timestamp="1394366340">
<description>
<_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 @@
</description>
</release>
<release version="0.2.1" timestamp="">
<release version="0.2.1" timestamp="1393800000">
<description>
<_p>This stable release fixed several bugs related to profile image
management, introduced an improved password dialog, and transitioned to
@ -76,7 +76,7 @@
</description>
</release>
<release version="0.2.0" timestamp="">
<release version="0.2.0" timestamp="1390737600">
<description>
<_p>The first stable release introduced simplified packaging, replaced
the Help functionality with the online help documents, and transitioned

View File

@ -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

View File

@ -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',