Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion .release-please-manifest.json
Original file line number Diff line number Diff line change
@@ -1,3 +1,3 @@
{
".": "1.0.2"
".": "1.0.3"
}
7 changes: 7 additions & 0 deletions docs/changelog.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,12 @@
# Changelog

## [1.0.3](https://github.com/BikeNetKit/superblockify/compare/v1.0.2...v1.0.3) (2026-08-24)


### Bug Fixes

* return real-valued high BC anisotropy on NumPy >= 2 ([a756638](https://github.com/BikeNetKit/superblockify/commit/a756638f7e9316478abc356fa2f71f125b8e8651))

## [1.0.2](https://github.com/BikeNetKit/superblockify/compare/1.0.1...v1.0.2) (2026-03-20)


Expand Down
2 changes: 1 addition & 1 deletion docs/conf.py
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@
project = "superblockify"
copyright = f"2023-{datetime.now().year}, superblockify developers"
author = "superblockify developers"
release = "1.0.2" # x-release-please-version
release = "1.0.3" # x-release-please-version

# -- General configuration ---------------------------------------------------
# https://www.sphinx-doc.org/en/master/usage/configuration.html#general-configuration
Expand Down
2 changes: 1 addition & 1 deletion superblockify/_version.py
Original file line number Diff line number Diff line change
@@ -1,3 +1,3 @@
"""superblockify package version."""

__version__ = "1.0.2" # x-release-please-version
__version__ = "1.0.3" # x-release-please-version