Bumping to 1.1.8
authorEd Page <eopage@byu.net>
Sat, 6 Mar 2010 00:02:48 +0000 (18:02 -0600)
committerEd Page <eopage@byu.net>
Sat, 6 Mar 2010 00:02:48 +0000 (18:02 -0600)
src/constants.py
support/builddeb.py

index 586d520..b2b9662 100644 (file)
@@ -2,7 +2,7 @@ import os
 
 __pretty_app_name__ = "DialCentral"
 __app_name__ = "dialcentral"
-__version__ = "1.1.7"
+__version__ = "1.1.8"
 __build__ = 0
 __app_magic__ = 0xdeadbeef
 _data_path_ = os.path.join(os.path.expanduser("~"), ".dialcentral")
index 03a1c54..058b9e5 100755 (executable)
@@ -30,6 +30,8 @@ __email__ = "eopage@byu.net"
 __version__ = constants.__version__
 __build__ = constants.__build__
 __changelog__ = """
+1.1.8
+* Bugfix: Error when parsing time when the user's locale didn't match googles
 1.1.7
 * Adjusting how numbers are normalized
 1.1.6