Skip to content

Commit a6931fd

Browse files
authored
Merge pull request #1344 from glotzerlab/release-3.4.0
Release 3.4.0
2 parents caf625e + b525cc4 commit a6931fd

File tree

6 files changed

+7
-7
lines changed

6 files changed

+7
-7
lines changed

.github/ISSUE_TEMPLATE/bug_report.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -40,7 +40,7 @@ body:
4040
attributes:
4141
label: freud Version
4242
description: What version of freud are you using?
43-
placeholder: 3.3.1
43+
placeholder: 3.4.0
4444
validations:
4545
required: true
4646
- type: input

ChangeLog.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@ The format is based on [Keep a Changelog] and this project adheres to
55
[Keep a ChangeLog]: https://keepachangelog.com/en/1.0.0/
66
[Semantic Versioning]: https://semver.org/spec/v2.0.0.html
77

8-
## 3.X.X -- XXXX-XX-XX
8+
## 3.4.0 -- 2025-08-05
99

1010
### Added
1111
* Windows wheels on PyPI.

doc/source/conf.py

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -77,8 +77,8 @@
7777
# built documents.
7878
#
7979
# version and release are set the same for this package.
80-
version = "3.3.1"
81-
release = "3.3.1"
80+
version = "3.4.0"
81+
release = "3.4.0"
8282

8383
# The language for content autogenerated by Sphinx. Refer to documentation
8484
# for a list of supported languages.

freud/__init__.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,7 @@
2424
# automatic selection runs, the user cannot change it.
2525
set_num_threads(0)
2626

27-
__version__ = "3.3.1"
27+
__version__ = "3.4.0"
2828

2929
__all__ = [
3030
"AABBQuery",

pyproject.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ build-backend = "scikit_build_core.build"
44

55
[project]
66
name = "freud-analysis"
7-
version = "3.3.1"
7+
version = "3.4.0"
88
requires-python = ">=3.9"
99
description = "Powerful, efficient trajectory analysis in scientific Python."
1010
readme = "README.rst"

setup.cfg

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
[bumpversion]
2-
current_version = 3.3.1
2+
current_version = 3.4.0
33
commit = False
44
tag = False
55
message = Bump up to version {new_version}.

0 commit comments

Comments
 (0)