Update NEWS, bump version numbers

This commit is contained in:
Sean Davis 2014-03-09 07:54:18 -04:00
parent 5ed7569781
commit ee0e1c2ec7
3 changed files with 12 additions and 2 deletions

10
NEWS
View File

@ -1,5 +1,15 @@
Mugshot NEWS 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 02 Mar 2014, Mugshot 0.2.1
- General: - General:

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.1' __version__ = '0.2.2'
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.1', version='0.2.2',
license='GPL-3', license='GPL-3',
author='Sean Davis', author='Sean Davis',
author_email='smd.seandavis@gmail.com', author_email='smd.seandavis@gmail.com',