From ee0e1c2ec70614ad57139dd5966b665178116187 Mon Sep 17 00:00:00 2001 From: Sean Davis Date: Sun, 9 Mar 2014 07:54:18 -0400 Subject: [PATCH] Update NEWS, bump version numbers --- NEWS | 10 ++++++++++ mugshot_lib/mugshotconfig.py | 2 +- setup.py | 2 +- 3 files changed, 12 insertions(+), 2 deletions(-) diff --git a/NEWS b/NEWS index 791dad0..802224d 100644 --- a/NEWS +++ b/NEWS @@ -1,5 +1,15 @@ Mugshot NEWS ||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||| +09 Mar 2014, Mugshot 0.2.2 + +- General: + . Fixed crash when saving user details with a non-English locale + . Fixed apparently untranslated dialog + . Updated translations +- Bugs fixed: + . Fix crash with IndexError in init_user_details (LP: #1287468) + + 02 Mar 2014, Mugshot 0.2.1 - General: diff --git a/mugshot_lib/mugshotconfig.py b/mugshot_lib/mugshotconfig.py index 7f1f649..93c5f03 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.1' +__version__ = '0.2.2' import os diff --git a/setup.py b/setup.py index de4758f..1834453 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.1', + version='0.2.2', license='GPL-3', author='Sean Davis', author_email='smd.seandavis@gmail.com',