Skip to content

Commit 02bc4f4

Browse files
committed
release 4.0.0
1 parent 8c4d42f commit 02bc4f4

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

setup.py

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -32,7 +32,7 @@
3232

3333
logger = logging.getLogger(__name__)
3434

35-
version = "dev"
35+
version = "4.0.0"
3636

3737
# Start package required
3838
prod = [
@@ -59,7 +59,7 @@
5959
# Unreleased package have a feature we want(use correct version package for API ref), so we install from
6060
# GitHub directly, see also:
6161
# https://github.com/Holzhaus/sphinx-multiversion/issues/42#issuecomment-1210539786
62-
"sphinx-multiversion @ git+https://github.com/Holzhaus/sphinx-multiversion#egg=sphinx-multiversion",
62+
# "sphinx-multiversion @ git+https://github.com/Holzhaus/sphinx-multiversion#egg=sphinx-multiversion-0.2.5a1",
6363
"sphinx-github-changelog",
6464
]
6565

0 commit comments

Comments
 (0)