We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent cf06396 commit 898cf0aCopy full SHA for 898cf0a
3 files changed
setup.cfg
@@ -117,7 +117,6 @@ doc =
117
# Unreleased package have a feature we want(use correct version package for API ref), so we install from
118
# GitHub directly, see also:
119
# https://github.com/Holzhaus/sphinx-multiversion/issues/42#issuecomment-1210539786
120
- sphinx-multiversion @ git+https://github.com/Holzhaus/sphinx-multiversion#egg=sphinx-multiversion
121
sphinx-github-changelog
122
dev =
123
# build
src/pydolphinscheduler/__init__.py
@@ -17,4 +17,4 @@
17
18
"""Init root of pydolphinscheduler."""
19
20
-__version__ = "4.1.0-dev"
+__version__ = "4.0.2"
src/pydolphinscheduler/version_ext
@@ -1 +1 @@
1
-dolphinscheduler>=3.2.0
+dolphinscheduler>=3.1.2, <3.1.5
0 commit comments