Skip to content

Commit 665633e

Browse files
authored
Merge pull request #1989 from glotzerlab/release-5.0.1
Release 5.0.1
2 parents 2307cc1 + c2b6fb9 commit 665633e

File tree

1,074 files changed

+1083
-1081
lines changed

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

1,074 files changed

+1083
-1081
lines changed

.bumpversion.cfg

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
[bumpversion]
2-
current_version = 5.0.0
2+
current_version = 5.0.1
33
commit = False
44
tag = False
55
parse = ^(?P<major>0|[1-9]\d*)\.(?P<minor>0|[1-9]\d*)\.(?P<patch>0|[1-9]\d*)(?:-(?P<prerelease>(?:0|[1-9]\d*|\d*[a-zA-Z-][0-9a-zA-Z-]*))(?:\.(?P<number>0|[1-9]\d*|\d*[a-zA-Z-][0-9a-zA-Z-]*)))?$

.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.0.0
63+
placeholder: 5.0.1
6464
validations:
6565
required: true
6666
- type: markdown

.github/ISSUE_TEMPLATE/release.md

Lines changed: 1 addition & 1 deletion

.readthedocs.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@ sphinx:
99
fail_on_warning: true
1010

1111
build:
12-
os: ubuntu-22.04
12+
os: ubuntu-24.04
1313
tools:
1414
python: "3.12"
1515

CHANGELOG.rst

Lines changed: 6 additions & 4 deletions

CMake/hoomd/test.cc

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
// Copyright (c) 2009-2024 The Regents of the University of Michigan.
1+
// Copyright (c) 2009-2025 The Regents of the University of Michigan.
22
// Part of HOOMD-blue, released under the BSD 3-Clause License.
33

44
int main(int argc, char **argv)

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.0.0")
19+
set(HOOMD_VERSION_RAW "5.0.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

LICENSE

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
Copyright (c) 2009-2024 The Regents of the University of Michigan.
1+
Copyright (c) 2009-2025 The Regents of the University of Michigan.
22
All rights reserved.
33

44
Redistribution and use in source and binary forms, with or without

hoomd/AABB.h

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
// Copyright (c) 2009-2024 The Regents of the University of Michigan.
1+
// Copyright (c) 2009-2025 The Regents of the University of Michigan.
22
// Part of HOOMD-blue, released under the BSD 3-Clause License.
33

44
#include "HOOMDMath.h"

0 commit comments

Comments
 (0)