Skip to content

Commit 9e62f3c

Browse files
committed
Revert "Release v4.1.0"
This reverts commit 03d399e.
1 parent 5702771 commit 9e62f3c

2 files changed

Lines changed: 2 additions & 2 deletions

File tree

setup.cfg

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

0 commit comments

Comments
 (0)