mirror of
https://github.com/wassname/scikit-image.git
synced 2026-06-30 02:56:19 +08:00
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:
@@ -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');
|
||||
|
||||
|
||||
Reference in New Issue
Block a user