Skip to content

Commit 898cf0a

Browse files
committed
Release v4.0.2
1 parent cf06396 commit 898cf0a

3 files changed

Lines changed: 2 additions & 3 deletions

File tree

setup.cfg

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -117,7 +117,6 @@ doc =
117117
# Unreleased package have a feature we want(use correct version package for API ref), so we install from
118118
# GitHub directly, see also:
119119
# https://github.com/Holzhaus/sphinx-multiversion/issues/42#issuecomment-1210539786
120-
sphinx-multiversion @ git+https://github.com/Holzhaus/sphinx-multiversion#egg=sphinx-multiversion
121120
sphinx-github-changelog
122121
dev =
123122
# build

src/pydolphinscheduler/__init__.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,4 +17,4 @@
1717

1818
"""Init root of pydolphinscheduler."""
1919

20-
__version__ = "4.1.0-dev"
20+
__version__ = "4.0.2"

src/pydolphinscheduler/version_ext

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
dolphinscheduler>=3.2.0
1+
dolphinscheduler>=3.1.2, <3.1.5

0 commit comments

Comments
 (0)