Update NEWS and version numbers

This commit is contained in:
Sean Davis 2014-03-02 17:37:53 -05:00
parent 375130a956
commit 921b32ab2b
3 changed files with 17 additions and 3 deletions

14
NEWS
View File

@ -1,5 +1,18 @@
Mugshot NEWS
|||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
02 Mar 2014, Mugshot 0.2.1
- General:
. Fixed typo that incorrectly hid the manual photo browser instead of stock
. Use GLib for better environment and user settings detection
. Use the SudoDialog developed for Catfish to better receive password
. Correctly stop processing updates if password was incorrectly entered
- Bugs fixed:
. Add option to remove current profile picture (LP: #1286897)
. Add AccountsService support to set profile picture (LP: #1273896)
. mugshot fails at attempt to change avatar (LP: #1284720)
25 Jan 2014, Mugshot 0.2
- General:
@ -7,6 +20,7 @@ Mugshot NEWS
. Dependency on yelp/ghelp has been removed.
. Packaging has been simplified.
27 Jul 2013, Mugshot 0.1
- Initial release.

View File

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

View File

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