Skip to content

Commit 62b765c

Browse files
committed
bump version and add release notes
1 parent 8f1dd40 commit 62b765c

3 files changed

Lines changed: 23 additions & 1 deletion

File tree

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
11
# SPDX-FileCopyrightText: Copyright (c) 2024-2025 NVIDIA CORPORATION & AFFILIATES. All rights reserved.
22
# SPDX-License-Identifier: LicenseRef-NVIDIA-SOFTWARE-LICENSE
33

4-
__version__ = "13.0.1a0"
4+
__version__ = "13.0.1"
Lines changed: 21 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,21 @@
1+
.. SPDX-FileCopyrightText: Copyright (c) 2025 NVIDIA CORPORATION & AFFILIATES. All rights reserved.
2+
.. SPDX-License-Identifier: LicenseRef-NVIDIA-SOFTWARE-LICENSE
3+
4+
.. module:: cuda.bindings
5+
6+
``cuda-bindings`` 13.0.1 Release notes
7+
======================================
8+
9+
Released on Aug 18, 2025
10+
11+
12+
Highlights
13+
----------
14+
15+
* Make populating the internal symbol table thread-safe.
16+
17+
18+
Known issues
19+
------------
20+
21+
* Updating from older versions (v12.6.2.post1 and below) via ``pip install -U cuda-python`` might not work. Please do a clean re-installation by uninstalling ``pip uninstall -y cuda-python`` followed by installing ``pip install cuda-python``.

cuda_bindings/docs/versions.json

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,6 @@
11
{
22
"latest" : "latest",
3+
"13.0.1" : "13.0.1",
34
"13.0.0" : "13.0.0",
45
"12.9.0" : "12.9.0",
56
"12.8.0" : "12.8.0",

0 commit comments

Comments
 (0)