Make fix and decided to bump the version higher due to all of the refactoring putting...
[gc-dialer] / support / builddeb.py
index 285be16..8af9850 100755 (executable)
@@ -7,9 +7,20 @@ __appname__ = "dialcentral"
 __description__ = "Simple interface to Google's GrandCentral(tm) service"
 __author__ = "Ed Page"
 __email__ = "eopage@byu.net"
-__version__ = "0.8.2"
+__version__ = "0.9.0"
 __build__ = 0
 __changelog__ = '''\
+0.9.0 - "Slick as snot"
+ * Caching of contacts
+ * Refactoring to make working with the code easier
+ * Filesystem backed contacts but currently only supporting a specific csv format
+ * Gracefully handle lack of connection and connection transitions
+ * Gracefully handle failed login
+ * A tiny bit better error reporting
+
+0.8.3 - "Extras Love"
+ * Version bump fighting the extras autobuilder, I hope this works
+
 0.8.2 - "Feed is for horses, so what about feedback?"
  * Merged addressbook
  * many more smaller fixes