Skip to content

Commit 7c3185d

Browse files
committed
Release v4.0.1
1 parent 71de64d commit 7c3185d

File tree

3 files changed

+2
-3
lines changed

3 files changed

+2
-3
lines changed

setup.cfg

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -115,7 +115,6 @@ doc =
115115
# Unreleased package have a feature we want(use correct version package for API ref), so we install from
116116
# GitHub directly, see also:
117117
# https://github.com/Holzhaus/sphinx-multiversion/issues/42#issuecomment-1210539786
118-
sphinx-multiversion @ git+https://github.com/Holzhaus/sphinx-multiversion#egg=sphinx-multiversion
119118
sphinx-github-changelog
120119
dev =
121120
# 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__ = "dev"
20+
__version__ = "4.0.1"

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.4

0 commit comments

Comments
 (0)