Skip to content

Commit

Permalink
REL: 1.9.2
Browse files Browse the repository at this point in the history
  • Loading branch information
effigies committed Dec 17, 2024
1 parent 8b78870 commit c01223a
Show file tree
Hide file tree
Showing 2 changed files with 12 additions and 1 deletion.
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

0 comments on commit c01223a

Please sign in to comment.