Skip to content

Commit

Permalink
fix version numbers (skrub-data#1035)
Browse files Browse the repository at this point in the history
* fix version numbers

* fix conf.py
  • Loading branch information
jeromedockes authored Aug 5, 2024
1 parent 80e4e4e commit 3d2649f
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 5 deletions.
2 changes: 1 addition & 1 deletion doc/conf.py
Original file line number Diff line number Diff line change
Expand Up @@ -204,7 +204,7 @@
"json_url": (
"https://raw.githubusercontent.com/skrub-data/skrub/main/doc/version.json"
),
"version_match": "dev",
"version_match": version,
},
"show_version_warning_banner": True,
}
Expand Down
8 changes: 4 additions & 4 deletions doc/version.json
Original file line number Diff line number Diff line change
@@ -1,12 +1,12 @@
[
{
"name": "1.4.dev0 (dev)",
"version": "1.4.dev0",
"name": "0.4.dev0 (dev)",
"version": "0.4.dev0",
"url": "https://skrub-data.org/dev/"
},
{
"name": "1.3.0 (stable)",
"version": "1.3.0",
"name": "0.3.0 (stable)",
"version": "0.3.0",
"url": "https://skrub-data.org/stable/",
"preferred": true
}
Expand Down

0 comments on commit 3d2649f

Please sign in to comment.