Skip to content

Commit

Permalink
Merge pull request #805 from glotzerlab/release/2.6.2
Browse files Browse the repository at this point in the history
Release/2.6.2
  • Loading branch information
bdice committed Jun 26, 2021
2 parents 0c4bc83 + db3398f commit 3b9b387
Show file tree
Hide file tree
Showing 7 changed files with 13 additions and 7 deletions.
5 changes: 5 additions & 0 deletions ChangeLog.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,11 @@ The format is based on
and this project adheres to
[Semantic Versioning](https://semver.org/spec/v2.0.0.html).

## v2.6.2 -- 2021-06-26

### Fixed
* Upgrade to auditwheel 4.0.0 in cibuildwheel to ensure RPATH is patched properly for `libfreud.so` in Linux wheels.

## v2.6.1 -- 2021-06-23

### Fixed
Expand Down
4 changes: 2 additions & 2 deletions contributors.txt
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
2122 Vyas Ramasubramani <vramasub@umich.edu>
2047 Bradley Dice <bdice@bradleydice.com>
2054 Bradley Dice <bdice@bradleydice.com>
1030 Eric Harper <harperic@umich.edu>
456 Jin Soo Ihm <jinihm@umich.edu>
294 Joshua A. Anderson <joaander@umich.edu>
Expand All @@ -20,7 +20,7 @@
22 Jens Glaser <jsglaser@umich.edu>
19 Andrew Kerr <andrewghkerr@gmail.com>
19 Tim Moore <mtimc@umich.edu>
14 pre-commit-ci[bot] <66853113+pre-commit-ci[bot]@users.noreply.github.com>
15 pre-commit-ci[bot] <66853113+pre-commit-ci[bot]@users.noreply.github.com>
13 Pavel Buslaev <pbuslaev@gmail.com>
10 Benjamin Schultz <baschult@umich.edu>
10 Bryan VanSaders <bvansade@umich.edu>
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.6.1"
release = "2.6.1"
version = "2.6.2"
release = "2.6.2"

# The language for content autogenerated by Sphinx. Refer to documentation
# for a list of supported languages.
Expand Down
1 change: 1 addition & 0 deletions doc/source/reference/credits.rst
Original file line number Diff line number Diff line change
Expand Up @@ -118,6 +118,7 @@ Bradley Dice - **Lead developer**
* Optimized NeighborList ``filter`` method.
* Fixed documented formulas for ``Steinhardt`` class.
* Fixed incorrect computation of ``Steinhardt`` averaged quantities.
* Fixed RPATH problems affecting ``libfreud.so`` in Linux wheels.

Eric Harper, University of Michigan - **Former lead developer**

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.6.1"
__version__ = "2.6.2"

__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.6.1
current_version = 2.6.2
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 @@ -6,7 +6,7 @@

from skbuild import setup as skbuild_setup

version = "2.6.1"
version = "2.6.2"

# 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 3b9b387

Please sign in to comment.