Skip to content

Commit

Permalink
Merge pull request #964 from glotzerlab/release/2.10.0
Browse files Browse the repository at this point in the history
Release/2.10.0
  • Loading branch information
tommy-waltmann committed May 18, 2022
2 parents f7653f6 + 5962e85 commit 283bd32
Show file tree
Hide file tree
Showing 8 changed files with 15 additions and 15 deletions.
4 changes: 2 additions & 2 deletions .pre-commit-config.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,7 @@ repos:
- id: debug-statements
- id: requirements-txt-fixer
- repo: https://github.com/asottile/pyupgrade
rev: 'v2.32.0'
rev: 'v2.32.1'
hooks:
- id: pyupgrade
args:
Expand All @@ -56,7 +56,7 @@ repos:
hooks:
- id: cmake-format
- repo: https://github.com/pre-commit/mirrors-clang-format
rev: 'v14.0.1'
rev: 'v14.0.3'
hooks:
- id: clang-format
types_or: [c, c++]
Expand Down
2 changes: 1 addition & 1 deletion ChangeLog.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ The format is based on
and this project adheres to
[Semantic Versioning](https://semver.org/spec/v2.0.0.html).

## vX.Y.Z -- YYYY-MM-DD
## v2.10.0 -- 2022-05-18

### Added
* `include_input_points` argument to `freud.locality.PeriodicBuffer`.
Expand Down
12 changes: 6 additions & 6 deletions contributors.txt
Original file line number Diff line number Diff line change
@@ -1,21 +1,21 @@
2355 Bradley Dice <bdice@bradleydice.com>
2143 Vyas Ramasubramani <vramasub@umich.edu>
2144 Vyas Ramasubramani <vramasub@umich.edu>
1030 Eric Harper <harperic@umich.edu>
456 Jin Soo Ihm <jinihm@umich.edu>
294 Joshua A. Anderson <joaander@umich.edu>
316 Joshua A. Anderson <joaander@umich.edu>
240 Matthew Spellings <mspells@umich.edu>
180 Tommy Waltmann <tomwalt@umich.edu>
196 Tommy Waltmann <tomwalt@umich.edu>
167 Kelly Wang <kelwang@umich.edu>
126 DomFijan <domagoj.fijan@gmail.com>
119 dependabot <dependabot[bot]@users.noreply.github.com>
126 dependabot <dependabot[bot]@users.noreply.github.com>
110 Erin Teich <erteich@umich.edu>
86 Brandon Butler <butlerbr@umich.edu>
92 Brandon Butler <butlerbr@umich.edu>
66 M. Eric Irrgang <eirrgang@umich.edu>
62 Charlotte Shiqi Zhao <zshiqi@umich.edu>
53 Chrisy Du <xiyudu@umich.edu>
41 Yezhi Jin <jinyezhi@umich.edu>
40 Antonio Osorio <aosorio@umich.edu>
37 pre-commit-ci[bot] <66853113+pre-commit-ci[bot]@users.noreply.github.com>
38 pre-commit-ci[bot] <66853113+pre-commit-ci[bot]@users.noreply.github.com>
35 Michael Stryk <mstryk@umich.edu>
31 Richmond Newman <newmanrs@umich.edu>
26 Andrew Kerr <kerrand@protonmail.com>
Expand Down
4 changes: 2 additions & 2 deletions doc/source/conf.py
Original file line number Diff line number Diff line change
Expand Up @@ -70,8 +70,8 @@
# built documents.
#
# version and release are set the same for this package.
version = "2.9.0"
release = "2.9.0"
version = "2.10.0"
release = "2.10.0"

# The language for content autogenerated by Sphinx. Refer to documentation
# for a list of supported languages.
Expand Down
2 changes: 1 addition & 1 deletion extern/fsph
2 changes: 1 addition & 1 deletion freud/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@
# automatic selection runs, the user cannot change it.
set_num_threads(0)

__version__ = "2.9.0"
__version__ = "2.10.0"

__all__ = [
"__version__",
Expand Down
2 changes: 1 addition & 1 deletion setup.cfg
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
[bumpversion]
current_version = 2.9.0
current_version = 2.10.0
commit = True
tag = False
message = Bump up to version {new_version}.
Expand Down
2 changes: 1 addition & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@

from skbuild import setup

version = "2.9.0"
version = "2.10.0"

# Read README for PyPI, fallback to short description if it fails.
description = "Powerful, efficient trajectory analysis in scientific Python."
Expand Down

0 comments on commit 283bd32

Please sign in to comment.