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