Skip to content

Commit

Permalink
Update NEWS and version numbers
Browse files Browse the repository at this point in the history
  • Loading branch information
bluesabre committed Mar 2, 2014
1 parent 375130a commit 921b32a
Show file tree
Hide file tree
Showing 3 changed files with 17 additions and 3 deletions.
16 changes: 15 additions & 1 deletion NEWS
Original file line number Diff line number Diff line change
@@ -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.
- Initial release.
2 changes: 1 addition & 1 deletion mugshot_lib/mugshotconfig.py
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@
# 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

Expand Down
2 changes: 1 addition & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -171,7 +171,7 @@ def run(self):

DistUtilsExtra.auto.setup(
name='mugshot',
version='0.2',
version='0.2.1',
license='GPL-3',
author='Sean Davis',
author_email='[email protected]',
Expand Down

0 comments on commit 921b32a

Please sign in to comment.