We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent ccc6677 commit b292b13Copy full SHA for b292b13
setup.cfg
@@ -112,7 +112,7 @@ doc =
112
# Unreleased package have a feature we want(use correct version package for API ref), so we install from
113
# GitHub directly, see also:
114
# https://github.com/Holzhaus/sphinx-multiversion/issues/42#issuecomment-1210539786
115
- sphinx-multiversion @ git+https://github.com/Holzhaus/sphinx-multiversion#egg=sphinx-multiversion
+# sphinx-multiversion @ git+https://github.com/Holzhaus/sphinx-multiversion#egg=sphinx-multiversion
116
sphinx-github-changelog
117
dev =
118
# build
src/pydolphinscheduler/__init__.py
@@ -17,4 +17,4 @@
17
18
"""Init root of pydolphinscheduler."""
19
20
-__version__ = "4.1.0-dev"
+__version__ = "4.1.0"
0 commit comments