diff options
author | wjoe <joe@lc8n.com> | 2011-12-10 13:53:22 +0000 |
---|---|---|
committer | wjoe <joe@lc8n.com> | 2011-12-10 13:53:22 +0000 |
commit | 96f02907e80a21ffdaabfc3302566e0810202874 (patch) | |
tree | 4ec2e5a5787ec6ad0874960cb5704b272a6a3d5b | |
parent | b58354011cc5e57b80e5c7fa74d8b01ed87d131f (diff) |
Updated version
-rwxr-xr-x | perc | 5 |
1 files changed, 4 insertions, 1 deletions
@@ -42,6 +42,9 @@ # 3.61: # - Fixed count output, was failing to count days before # +# 3.62: +# - Removed the weekend check for now, so it works at weekends +# import copy import decimal @@ -56,7 +59,7 @@ import math from datetime import datetime, date, timedelta, time PROG = "perc" -VERSION = "3.61" +VERSION = "3.62" CONFIG_FILE = "perc.cfg" CUSTOM_CONFIG_FILE = "custom_perc.cfg" |