Skip to content

Commit b292b13

Browse files
committed
Release v4.1.0
1 parent ccc6677 commit b292b13

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

setup.cfg

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

0 commit comments

Comments
 (0)