Reduce version number since only minor UI changes were introduced.

This commit is contained in:
Sean Davis 2014-08-31 07:04:32 -04:00
parent 778f2ca3ad
commit 68357aa532
5 changed files with 8 additions and 8 deletions

8
NEWS
View File

@ -1,10 +1,10 @@
Mugshot NEWS
|||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
Next release, Mugshot 0.4.0
Next release, Mugshot 0.2.5
- General
. Improve usability for LDAP users
. Include latest SudoDialog
- General
. Improve usability for LDAP users
. Include latest SudoDialog
02 Aug 2014, Mugshot 0.2.4

View File

@ -37,7 +37,7 @@
</provides>
<releases>
<release version="0.4.0" timestamp="">
<release version="0.2.5" timestamp="">
<description>
<_p>This stable release improves Mugshot functionality for LDAP users,
and includes the latest SudoDialog, improving the appearance and

View File

@ -2,7 +2,7 @@
\\$2 \(laURL: \\$1 \(ra\\$3
..
.if \n[.g] .mso www.tmac
.TH MUGSHOT "1" "January 2014" "mugshot 0.1" "User Commands"
.TH MUGSHOT "1" "August 2014" "mugshot 0.2" "User Commands"
.SH NAME
mugshot \- lightweight user configuration utility
.SH DESCRIPTION

View File

@ -26,7 +26,7 @@ __all__ = [
# files). By default, this is ../data, relative your trunk layout
__mugshot_data_directory__ = '../data/'
__license__ = 'GPL-3+'
__version__ = '0.4.0'
__version__ = '0.2.5'
import os

View File

@ -185,7 +185,7 @@ class InstallAndUpdateDataDirectory(DistUtilsExtra.auto.install_auto):
DistUtilsExtra.auto.setup(
name='mugshot',
version='0.4.0',
version='0.2.5',
license='GPL-3+',
author='Sean Davis',
author_email='smd.seandavis@gmail.com',