summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorwjoe <joe@lc8n.com>2011-12-10 13:53:22 +0000
committerwjoe <joe@lc8n.com>2011-12-10 13:53:22 +0000
commit96f02907e80a21ffdaabfc3302566e0810202874 (patch)
tree4ec2e5a5787ec6ad0874960cb5704b272a6a3d5b
parentb58354011cc5e57b80e5c7fa74d8b01ed87d131f (diff)
Updated version
-rwxr-xr-xperc5
1 files changed, 4 insertions, 1 deletions
diff --git a/perc b/perc
index 648ba76..32ae154 100755
--- a/perc
+++ b/perc
@@ -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"