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

16
NEWS
View File

@ -1,12 +1,26 @@
Mugshot NEWS 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 25 Jan 2014, Mugshot 0.2
- General: - General:
. Mugshot is now designed for use with only Python 3. . Mugshot is now designed for use with only Python 3.
. Dependency on yelp/ghelp has been removed. . Dependency on yelp/ghelp has been removed.
. Packaging has been simplified. . Packaging has been simplified.
27 Jul 2013, Mugshot 0.1 27 Jul 2013, Mugshot 0.1
- Initial release. - Initial release.

View File

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

View File

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