Skip to content

Commit 3041654

Browse files
committed
rel: 1.1.0
1 parent 1243cf3 commit 3041654

File tree

2 files changed

+3
-2
lines changed

2 files changed

+3
-2
lines changed

CHANGES.md

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,8 +2,9 @@
22

33
## Releases
44

5-
### Unreleased
5+
### 1.1.0 (7 September 2025)
66

7+
* API change: Remove `nipreps_versions.__version__`
78
* Drop Python 3.8 and 3.9 support, test up to Python 3.14
89
* Check for potential `None` case identified by type checking
910

pyproject.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@ authors = [{name = "Chris Markiewicz", email = "[email protected]"}]
99
readme = "README.md"
1010
license = "Apache-2.0"
1111
classifiers = [
12-
"Development Status :: 4 - Beta",
12+
"Development Status :: 5 - Production/Stable",
1313
"Intended Audience :: Developers",
1414
"Programming Language :: Python",
1515
"Programming Language :: Python :: 3",

0 commit comments

Comments
 (0)