From 921b32ab2b4bb1cc14ad3d6bcc43958c08d40e5f Mon Sep 17 00:00:00 2001 From: Sean Davis Date: Sun, 2 Mar 2014 17:37:53 -0500 Subject: [PATCH] Update NEWS and version numbers --- NEWS | 16 +++++++++++++++- mugshot_lib/mugshotconfig.py | 2 +- setup.py | 2 +- 3 files changed, 17 insertions(+), 3 deletions(-) diff --git a/NEWS b/NEWS index dfae4c8..791dad0 100644 --- a/NEWS +++ b/NEWS @@ -1,12 +1,26 @@ 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: . Mugshot is now designed for use with only Python 3. . Dependency on yelp/ghelp has been removed. . Packaging has been simplified. + 27 Jul 2013, Mugshot 0.1 -- Initial release. \ No newline at end of file +- Initial release. diff --git a/mugshot_lib/mugshotconfig.py b/mugshot_lib/mugshotconfig.py index 9cc0b0f..7f1f649 100644 --- a/mugshot_lib/mugshotconfig.py +++ b/mugshot_lib/mugshotconfig.py @@ -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 diff --git a/setup.py b/setup.py index 53b9938..de4758f 100644 --- a/setup.py +++ b/setup.py @@ -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',