File tree 2 files changed +12
-1
lines changed
2 files changed +12
-1
lines changed Original file line number Diff line number Diff line change
1
+ 1.9.2 (December 17, 2024)
2
+ =========================
3
+
4
+ Bug fix release in the 1.9.x series.
5
+
6
+ * FIX: Missed np.savetxt bstring (https://github.com/nipy/nipype/pull/3704)
7
+ * MAINT: Bump astral-sh/setup-uv from 3 to 4 (https://github.com/nipy/nipype/pull/3702)
8
+ * MAINT: Bump codecov/codecov-action from 4 to 5 (https://github.com/nipy/nipype/pull/3703)
9
+
10
+
1
11
1.9.1 (November 19, 2024)
2
12
=========================
3
13
Original file line number Diff line number Diff line change 5
5
6
6
# nipype version information
7
7
# Remove .dev0 for release
8
- __version__ = "1.9.2.dev0 "
8
+ __version__ = "1.9.2"
9
9
10
10
11
11
def get_nipype_gitversion ():
@@ -58,6 +58,7 @@ def get_nipype_gitversion():
58
58
"Programming Language :: Python :: 3.10" ,
59
59
"Programming Language :: Python :: 3.11" ,
60
60
"Programming Language :: Python :: 3.12" ,
61
+ "Programming Language :: Python :: 3.13" ,
61
62
"Topic :: Scientific/Engineering" ,
62
63
]
63
64
PYTHON_REQUIRES = ">= 3.9"
You can’t perform that action at this time.
0 commit comments