Skip to content

Commit

Permalink
Merge pull request #1050 from glotzerlab/release/v2.12.1
Browse files Browse the repository at this point in the history
Release/v2.12.1
  • Loading branch information
tommy-waltmann authored Dec 5, 2022
2 parents ba02d01 + 95a7083 commit c101b54
Show file tree
Hide file tree
Showing 8 changed files with 13 additions and 13 deletions.
2 changes: 1 addition & 1 deletion .github/ISSUE_TEMPLATE/bug_report.yml
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@ body:
attributes:
label: freud Version
description: What version of freud are you using?
placeholder: v2.12.0
placeholder: v2.12.1
validations:
required: true
- type: input
Expand Down
8 changes: 4 additions & 4 deletions .pre-commit-config.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ exclude: (?:^extern/)

repos:
- repo: https://github.com/pre-commit/pre-commit-hooks
rev: 'v4.3.0'
rev: 'v4.4.0'
hooks:
- id: end-of-file-fixer
exclude: |
Expand All @@ -29,7 +29,7 @@ repos:
- id: debug-statements
- id: requirements-txt-fixer
- repo: https://github.com/asottile/pyupgrade
rev: 'v3.2.0'
rev: 'v3.3.0'
hooks:
- id: pyupgrade
args:
Expand All @@ -43,7 +43,7 @@ repos:
hooks:
- id: black
- repo: https://github.com/PyCQA/flake8
rev: '5.0.4'
rev: '6.0.0'
hooks:
- id: flake8
types: ["file"]
Expand All @@ -56,7 +56,7 @@ repos:
hooks:
- id: cmake-format
- repo: https://github.com/pre-commit/mirrors-clang-format
rev: 'v14.0.6'
rev: 'v15.0.4'
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.12.1 -- 2022-12-05

### Added
* Support for Python 3.11.
Expand Down
4 changes: 2 additions & 2 deletions contributors.txt
Original file line number Diff line number Diff line change
@@ -1,12 +1,12 @@
2357 Bradley Dice <[email protected]>
2146 Vyas Ramasubramani <[email protected]>
1030 Eric Harper <[email protected]>
462 Tommy Waltmann <[email protected]>
491 Tommy Waltmann <[email protected]>
456 Jin Soo Ihm <[email protected]>
316 Joshua A. Anderson <[email protected]>
240 Matthew Spellings <[email protected]>
169 dependabot <dependabot[bot]@users.noreply.github.com>
167 Kelly Wang <[email protected]>
163 dependabot <dependabot[bot]@users.noreply.github.com>
137 DomFijan <[email protected]>
110 Erin Teich <[email protected]>
97 Brandon Butler <[email protected]>
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.12.0"
release = "2.12.0"
version = "2.12.1"
release = "2.12.1"

# The language for content autogenerated by Sphinx. Refer to documentation
# for a list of supported languages.
Expand Down
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.12.0"
__version__ = "2.12.1"

__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.12.0
current_version = 2.12.1
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.12.0"
version = "2.12.1"

# 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 c101b54

Please sign in to comment.