Skip to content

Commit a7bff4f

Browse files
committed
cookiecutter: Update SDK dependency to v0.22.0
Signed-off-by: Leandro Lucarella <[email protected]>
1 parent 87626d6 commit a7bff4f

File tree

3 files changed

+6
-3
lines changed

3 files changed

+6
-3
lines changed

RELEASE_NOTES.md

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,10 @@
1010

1111
## New Features
1212

13-
* cookiecutter: Add linting to the CI with `protolint` for API projects.
13+
### Cookiecutter templates
14+
15+
* Add linting to the CI with `protolint` for API projects.
16+
* Bump SDK version to v0.22.0.
1417

1518
## Bug Fixes
1619

cookiecutter/{{cookiecutter.github_repo_name}}/mkdocs.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -111,7 +111,7 @@ plugins:
111111
- https://docs.python.org/3/objects.inv
112112
{%- if cookiecutter.type in ("actor", "app", "model") %}
113113
- https://frequenz-floss.github.io/frequenz-channels-python/v0.14/objects.inv
114-
- https://frequenz-floss.github.io/frequenz-sdk-python/v0.20/objects.inv
114+
- https://frequenz-floss.github.io/frequenz-sdk-python/v0.22/objects.inv
115115
{%- elif cookiecutter.type == "api" %}
116116
- https://grpc.github.io/grpc/python/objects.inv
117117
{%- endif %}

cookiecutter/{{cookiecutter.github_repo_name}}/pyproject.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -37,7 +37,7 @@ dependencies = [ # TODO(cookiecutter): Remove and add more if appropriate
3737
# Make sure to update the mkdocs.yml file when
3838
# changing the version
3939
# (plugins.mkdocstrings.handlers.python.import)
40-
"frequenz-sdk == 0.20.0",
40+
"frequenz-sdk == 0.22.0",
4141
]
4242
{%- elif cookiecutter.type == "api" %}
4343
dependencies = [ # TODO(cookiecutter): Remove and add more if appropriate

0 commit comments

Comments
 (0)