We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 8c4d42f commit 02bc4f4Copy full SHA for 02bc4f4
1 file changed
setup.py
@@ -32,7 +32,7 @@
32
33
logger = logging.getLogger(__name__)
34
35
-version = "dev"
+version = "4.0.0"
36
37
# Start package required
38
prod = [
@@ -59,7 +59,7 @@
59
# Unreleased package have a feature we want(use correct version package for API ref), so we install from
60
# GitHub directly, see also:
61
# https://github.com/Holzhaus/sphinx-multiversion/issues/42#issuecomment-1210539786
62
- "sphinx-multiversion @ git+https://github.com/Holzhaus/sphinx-multiversion#egg=sphinx-multiversion",
+ # "sphinx-multiversion @ git+https://github.com/Holzhaus/sphinx-multiversion#egg=sphinx-multiversion-0.2.5a1",
63
"sphinx-github-changelog",
64
]
65
0 commit comments