Updating version in prep for work for next release
authorEd Page <eopage@byu.net>
Fri, 17 Apr 2009 21:54:45 +0000 (16:54 -0500)
committerEd Page <eopage@byu.net>
Fri, 17 Apr 2009 21:54:45 +0000 (16:54 -0500)
support/builddeb.py

index fbbb777..9111b62 100755 (executable)
@@ -7,9 +7,11 @@ __appname__ = "doneit"
 __description__ = "Todo Manager"
 __author__ = "Ed Page"
 __email__ = "eopage@byu.net"
-__version__ = "0.3.0"
-__build__ = 2
+__version__ = "0.3.1"
+__build__ = 0
 __changelog__ = '''\
+0.3.1
+
 0.3.0
  * Initial Release
  * Backend Support: Remember The Milk
@@ -26,6 +28,7 @@ __changelog__ = '''\
    * Uncompleting a task and viewing completed tasks
    * Viewing/editing of task recurrence, time estimate, tags, location, url
    * Postponing tasks
+   * Due time
 '''