Skip to content

Commit 62a5d25

Browse files
authored
Merge pull request #212 from scipy/release_2.0.1
Release 2.0.1
2 parents 7dd7ef9 + f32439c commit 62a5d25

File tree

2 files changed

+7
-1
lines changed

2 files changed

+7
-1
lines changed

docs/changelog.md

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,11 @@
11
# Changelog
22

3+
## 2.0.1 (2025-08-08)
4+
5+
This is a bugfix release with no new features compared to 2.0. The only change is that
6+
we ensure compatibility with the minimum supported Python version, which is 3.8.
7+
8+
39
## 2.0 (2025-08-05)
410

511
- The default for the CLI option `--doctest-only-doctests` is changed to `False`.

scipy_doctest/__init__.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
"""
44

55

6-
__version__ = "2.0.1.dev0"
6+
__version__ = "2.0.1"
77

88
try:
99
# register internal modules with pytest; obscure errors galore otherwise

0 commit comments

Comments
 (0)