Skip to content

Commit

Permalink
Prep for v23.10.0 release
Browse files Browse the repository at this point in the history
  • Loading branch information
samcmill committed Oct 11, 2023
1 parent 8695d23 commit 9f05e26
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 1 deletion.
7 changes: 7 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,10 @@
# v23.10.0
- Refreshes default component versions for HPC-X (`hpcx`), LLVM (`llvm`),
Mellanox OFED (`mlnx_ofed`), NVIDIA HPC SDK (`nvhpc`), and NVSHMEM
(`nvshmem`) building blocks.
- Modifies the NVSHMEM (`nvshmem`) building block to build with CMake.
- Removes testing with Python 2.

# v23.5.0
- Add the ability to export the build environment to the generic
Autotools building block (`generic_autotools`).
Expand Down
2 changes: 1 addition & 1 deletion hpccm/version.py
Original file line number Diff line number Diff line change
Expand Up @@ -14,4 +14,4 @@

from __future__ import absolute_import

__version__ = '23.5.0'
__version__ = '23.10.0'

0 comments on commit 9f05e26

Please sign in to comment.