Skip to content

Commit 311acfc

Browse files
authored
Merge pull request #2241 from glotzerlab/release-6.1.1
Release 6.1.1
2 parents a259342 + 5811ac0 commit 311acfc

9 files changed

Lines changed: 12 additions & 20 deletions

File tree

.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 = "6.1.0"
2+
current_version = "6.1.1"
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: 6.1.0
63+
placeholder: 6.1.1
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 6.1.0'
4+
title: 'Release 6.1.1'
55
labels: ''
66

77
---

CHANGELOG.rst

Lines changed: 1 addition & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -4,17 +4,9 @@ Change Log
44
Recent releases
55
---------------
66

7-
Next release
7+
6.1.1 (2026-02-19)
88
^^^^^^^^^^^^^^^^^^^^
99

10-
*Added*
11-
12-
*Changed*
13-
14-
*Deprecated*
15-
16-
*Removed*
17-
1810
*Fixed*
1911

2012
* Divide by zero with MPCD if rigid body has constituent with zero mass (#2228).

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 "6.1.0")
19+
set(HOOMD_VERSION_RAW "6.1.1")
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=6.1.0
25+
micromamba install hoomd=6.1.1
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=6.1.0=*gpu*" "cuda-version=12.6"
35+
micromamba install "hoomd=6.1.1=*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=6.1.0=*cpu*"
46+
micromamba install "hoomd=6.1.1=*cpu*"
4747
4848
.. note::
4949

prek.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -102,7 +102,7 @@ hooks = [
102102

103103
[[repos]]
104104
repo = "https://github.com/astral-sh/ruff-pre-commit"
105-
rev = "v0.15.0"
105+
rev = "v0.15.1"
106106
hooks = [
107107
{
108108
id = "ruff-format",

sphinx-doc/conf.py

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

92-
version = "6.1.0"
93-
release = "6.1.0"
92+
version = "6.1.1"
93+
release = "6.1.1"
9494

9595
language = "en"
9696

0 commit comments

Comments
 (0)