PKG: Use correct version in docversions.js

Version number must match the one in setup.py since doc directory is auto-generated from setup.py.
This commit is contained in:
Tony S Yu
2012-09-29 15:23:16 -04:00
parent 42c1bffcf7
commit bca8544439
@@ -1,5 +1,5 @@
function insert_version_links() {
var labels = ['dev', '0.7', '0.6', '0.5', '0.4', '0.3'];
var labels = ['dev', '0.7.0', '0.6', '0.5', '0.4', '0.3'];
document.write('<ul class="versions">\n');