From 6926485b832f851df822626f6588092aa275481d Mon Sep 17 00:00:00 2001 From: Pete Shadbolt Date: Fri, 18 Nov 2016 21:48:05 -0800 Subject: [PATCH] More hints. --- .bumpversion.cfg | 2 ++ abp/static/scripts/graph.js | 2 +- bin/abpserver | 2 ++ 3 files changed, 5 insertions(+), 1 deletion(-) diff --git a/.bumpversion.cfg b/.bumpversion.cfg index 07cc935..4832798 100644 --- a/.bumpversion.cfg +++ b/.bumpversion.cfg @@ -13,3 +13,5 @@ tag = True [bumpversion:file:README.md] +[bumpversion:file:bin/abpserver] + diff --git a/abp/static/scripts/graph.js b/abp/static/scripts/graph.js index 9cf6a00..56d48b6 100644 --- a/abp/static/scripts/graph.js +++ b/abp/static/scripts/graph.js @@ -1,5 +1,5 @@ var graph = {}; -graph.colors = ["red", "green", "yellow", "green", "pink", "orange", "purple"]; +graph.colors = ["red", "green"]; graph.prepare = function() { materials.prepare(); diff --git a/bin/abpserver b/bin/abpserver index aace2f0..92a8157 100755 --- a/bin/abpserver +++ b/bin/abpserver @@ -81,7 +81,9 @@ if __name__ == '__main__': # Change to the right working dir where = os.path.abspath(resource_filename("abp.static", "")) + print "abpserver 0.4.22" print where + print "Open http://localhost:5001 in a browser!" os.chdir(where) # Start the HTTP server