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