Skip to content

Commit 7973f21

Browse files
authored
Bump the cross-ref object DB version to match the dependency version (frequenz-floss#42)
The `frequenz-client-dispatch-python` dependency was updated to `0.5`, but the cross-ref object DB version was not updated to match it, so cross linking is sending users to the wrong version.
2 parents 0a37bb8 + 57d0ae1 commit 7973f21

File tree

2 files changed

+14
-2
lines changed

2 files changed

+14
-2
lines changed

RELEASE_NOTES.md

Lines changed: 13 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,17 @@
11
# Dispatch Highlevel Interface Release Notes
22

3+
## Summary
4+
5+
<!-- Here goes a general summary of what this release is about -->
6+
37
## Upgrading
48

5-
* An API key for authorization must now be passed to the client.
9+
<!-- Here goes notes on how to upgrade from previous versions, including deprecations and what they should be replaced with -->
10+
11+
## New Features
12+
13+
<!-- Here goes the main new features and examples or instructions on how to use them -->
14+
15+
## Bug Fixes
16+
17+
- Fix documentation cross-linking to the `frequenz-client-dispatch` package.

mkdocs.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -115,7 +115,7 @@ plugins:
115115
# See https://mkdocstrings.github.io/python/usage/#import for details
116116
- https://docs.python.org/3/objects.inv
117117
- https://frequenz-floss.github.io/frequenz-channels-python/v1.0/objects.inv
118-
- https://frequenz-floss.github.io/frequenz-client-dispatch-python/v0.2/objects.inv
118+
- https://frequenz-floss.github.io/frequenz-client-dispatch-python/v0.5/objects.inv
119119
- https://frequenz-floss.github.io/frequenz-sdk-python/v1.0-pre/objects.inv
120120
- https://grpc.github.io/grpc/python/objects.inv
121121
- https://typing-extensions.readthedocs.io/en/stable/objects.inv

0 commit comments

Comments
 (0)