Skip to content

Commit c01223a

Browse files
committed
REL: 1.9.2
1 parent 8b78870 commit c01223a

File tree

2 files changed

+12
-1
lines changed

2 files changed

+12
-1
lines changed

doc/changelog/1.X.X-changelog.rst

+10
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,13 @@
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+
111
1.9.1 (November 19, 2024)
212
=========================
313

nipype/info.py

+2-1
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@
55

66
# nipype version information
77
# Remove .dev0 for release
8-
__version__ = "1.9.2.dev0"
8+
__version__ = "1.9.2"
99

1010

1111
def get_nipype_gitversion():
@@ -58,6 +58,7 @@ def get_nipype_gitversion():
5858
"Programming Language :: Python :: 3.10",
5959
"Programming Language :: Python :: 3.11",
6060
"Programming Language :: Python :: 3.12",
61+
"Programming Language :: Python :: 3.13",
6162
"Topic :: Scientific/Engineering",
6263
]
6364
PYTHON_REQUIRES = ">= 3.9"

0 commit comments

Comments
 (0)