Skip to content

Commit 33f0b91

Browse files
committed
HOOMD-blue 6.0.0
1 parent 3cd2c75 commit 33f0b91

File tree

7 files changed

+10
-10
lines changed

7 files changed

+10
-10
lines changed

.bumpversion.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
[tool.bumpversion]
2-
current_version = "5.4.0"
2+
current_version = "6.0.0"
33

44
[[tool.bumpversion.files]]
55
filename = "INSTALLING.rst"

.github/ISSUE_TEMPLATE/bug_report.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -60,7 +60,7 @@ body:
6060
attributes:
6161
label: HOOMD-blue version
6262
description: What version of HOOMD-blue are you using?
63-
placeholder: 5.4.0
63+
placeholder: 6.0.0
6464
validations:
6565
required: true
6666
- type: markdown

.github/ISSUE_TEMPLATE/release.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
---
22
name: Release checklist
33
about: '[for maintainer use]'
4-
title: 'Release 5.4.0'
4+
title: 'Release 6.0.0'
55
labels: ''
66

77
---

CHANGELOG.rst

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ Change Log
44
6.x
55
---
66

7-
Next release
7+
6.0.0 (2025-11-21)
88
^^^^^^^^^^^^^^^^^^^^
99

1010
*Added*

CMakeLists.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@ add_subdirectory (CMake)
1616

1717
################################
1818
## Version information
19-
set(HOOMD_VERSION_RAW "5.4.0")
19+
set(HOOMD_VERSION_RAW "6.0.0")
2020
string(REGEX MATCH "(.*)\\.(.*)\\.(.*)$" _hoomd_version_match ${HOOMD_VERSION_RAW})
2121
set(HOOMD_VERSION_MAJOR ${CMAKE_MATCH_1})
2222
set(HOOMD_VERSION_MINOR ${CMAKE_MATCH_2})

INSTALLING.rst

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@ channel:
2222

2323
.. code-block:: bash
2424
25-
micromamba install hoomd=5.4.0
25+
micromamba install hoomd=6.0.0
2626
2727
.. _conda-forge: https://conda-forge.org/docs/user/introduction.html
2828

@@ -32,7 +32,7 @@ appropriate package. Override this and force the GPU enabled package installatio
3232
.. code-block:: bash
3333
3434
export CONDA_OVERRIDE_CUDA="12.6"
35-
micromamba install "hoomd=5.4.0=*gpu*" "cuda-version=12.6"
35+
micromamba install "hoomd=6.0.0=*gpu*" "cuda-version=12.6"
3636
3737
.. note::
3838

@@ -43,7 +43,7 @@ Similarly, you can force CPU-only package installation with:
4343

4444
.. code-block:: bash
4545
46-
micromamba install "hoomd=5.4.0=*cpu*"
46+
micromamba install "hoomd=6.0.0=*cpu*"
4747
4848
.. note::
4949

sphinx-doc/conf.py

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -87,8 +87,8 @@
8787
copyright = f"2009-{year} The Regents of the University of Michigan"
8888
author = "The Regents of the University of Michigan"
8989

90-
version = "5.4.0"
91-
release = "5.4.0"
90+
version = "6.0.0"
91+
release = "6.0.0"
9292

9393
language = "en"
9494

0 commit comments

Comments
 (0)