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 71de64d commit 7c3185dCopy full SHA for 7c3185d
setup.cfg
@@ -115,7 +115,6 @@ doc =
115
# Unreleased package have a feature we want(use correct version package for API ref), so we install from
116
# GitHub directly, see also:
117
# https://github.com/Holzhaus/sphinx-multiversion/issues/42#issuecomment-1210539786
118
- sphinx-multiversion @ git+https://github.com/Holzhaus/sphinx-multiversion#egg=sphinx-multiversion
119
sphinx-github-changelog
120
dev =
121
# build
src/pydolphinscheduler/__init__.py
@@ -17,4 +17,4 @@
17
18
"""Init root of pydolphinscheduler."""
19
20
-__version__ = "dev"
+__version__ = "4.0.1"
src/pydolphinscheduler/version_ext
@@ -1 +1 @@
1
-dolphinscheduler>=3.2.0
+dolphinscheduler>=3.1.2, <3.1.4
0 commit comments