We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 7dd7ef9 + f32439c commit 62a5d25Copy full SHA for 62a5d25
docs/changelog.md
@@ -1,5 +1,11 @@
1
# Changelog
2
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
9
## 2.0 (2025-08-05)
10
11
- The default for the CLI option `--doctest-only-doctests` is changed to `False`.
scipy_doctest/__init__.py
@@ -3,7 +3,7 @@
"""
-__version__ = "2.0.1.dev0"
+__version__ = "2.0.1"
try:
# register internal modules with pytest; obscure errors galore otherwise
0 commit comments