diff --git a/.pre-commit-config.yaml b/.pre-commit-config.yaml index f5378def..6843f042 100644 --- a/.pre-commit-config.yaml +++ b/.pre-commit-config.yaml @@ -4,7 +4,7 @@ ci: repos: - repo: https://github.com/psf/black - rev: 21.4b0 + rev: 21.4b2 hooks: - id: black types: [file] diff --git a/docs/CHANGELOG.md b/docs/CHANGELOG.md index 91839552..201858b0 100644 --- a/docs/CHANGELOG.md +++ b/docs/CHANGELOG.md @@ -2,6 +2,11 @@ ## UPCOMING + +## Version 1.0 + +### Version 1.0.2 + * Fix scaling a weighted storage [#559][] * Fix partial summation over a Categorical axis [#564][] * Support running type checking from Python < 3.8 [#542][] @@ -10,8 +15,6 @@ [#559]: https://github.com/scikit-hep/boost-histogram/pull/559 [#564]: https://github.com/scikit-hep/boost-histogram/pull/564 -## Version 1.0 - ### Version 1.0.1 #### Subclassing Histogram changes