Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
10 changes: 10 additions & 0 deletions doc/changelog/1.X.X-changelog.rst
Original file line number Diff line number Diff line change
@@ -1,3 +1,13 @@
1.9.2 (December 17, 2024)
=========================

Bug fix release in the 1.9.x series.

* FIX: Missed np.savetxt bstring (https://github.com/nipy/nipype/pull/3704)
* MAINT: Bump astral-sh/setup-uv from 3 to 4 (https://github.com/nipy/nipype/pull/3702)
* MAINT: Bump codecov/codecov-action from 4 to 5 (https://github.com/nipy/nipype/pull/3703)


1.9.1 (November 19, 2024)
=========================

Expand Down
3 changes: 2 additions & 1 deletion nipype/info.py
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@

# nipype version information
# Remove .dev0 for release
__version__ = "1.9.2.dev0"
__version__ = "1.9.2"


def get_nipype_gitversion():
Expand Down Expand Up @@ -58,6 +58,7 @@ def get_nipype_gitversion():
"Programming Language :: Python :: 3.10",
"Programming Language :: Python :: 3.11",
"Programming Language :: Python :: 3.12",
"Programming Language :: Python :: 3.13",
"Topic :: Scientific/Engineering",
]
PYTHON_REQUIRES = ">= 3.9"
Expand Down
Loading