🌐 AI搜索 & 代理 主页
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
1 change: 1 addition & 0 deletions doc/source/release.rst
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,7 @@ Release notes
.. toctree::
:maxdepth: 2

2.3.2 <release/2.3.2-notes>
2.3.1 <release/2.3.1-notes>
2.3.0 <release/2.3.0-notes>
2.2.6 <release/2.2.6-notes>
Expand Down
20 changes: 20 additions & 0 deletions doc/source/release/2.3.2-notes.rst
Original file line number Diff line number Diff line change
@@ -0,0 +1,20 @@
.. currentmodule:: numpy

=========================
NumPy 2.3.2 Release Notes
=========================

The NumPy 2.3.2 release is a patch release.

Highlights
==========

*We'll choose highlights for this release near the end of the release cycle.*


.. if release snippets have been incorporated already, uncomment the follow
line (leave the `.. include:: directive)

.. **Content from release note snippets in doc/release/upcoming_changes:**

.. include:: notes-towncrier.rst
2 changes: 1 addition & 1 deletion pavement.py
Original file line number Diff line number Diff line change
Expand Up @@ -35,7 +35,7 @@
#-----------------------------------

# Path to the release notes
RELEASE_NOTES = 'doc/source/release/2.3.1-notes.rst'
RELEASE_NOTES = 'doc/source/release/2.3.2-notes.rst'


#-------------------------------------------------------
Expand Down
2 changes: 1 addition & 1 deletion pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ requires = [

[project]
name = "numpy"
version = "2.3.1"
version = "2.3.2"
# TODO: add `license-files` once PEP 639 is accepted (see meson-python#88)
license = {file = "LICENSE.txt"}

Expand Down