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.
1 parent 1243cf3 commit 3041654Copy full SHA for 3041654
CHANGES.md
@@ -2,8 +2,9 @@
2
3
## Releases
4
5
-### Unreleased
+### 1.1.0 (7 September 2025)
6
7
+* API change: Remove `nipreps_versions.__version__`
8
* Drop Python 3.8 and 3.9 support, test up to Python 3.14
9
* Check for potential `None` case identified by type checking
10
pyproject.toml
@@ -9,7 +9,7 @@ authors = [{name = "Chris Markiewicz", email = "[email protected]"}]
readme = "README.md"
license = "Apache-2.0"
11
classifiers = [
12
- "Development Status :: 4 - Beta",
+ "Development Status :: 5 - Production/Stable",
13
"Intended Audience :: Developers",
14
"Programming Language :: Python",
15
"Programming Language :: Python :: 3",
0 commit comments