File tree Expand file tree Collapse file tree 3 files changed +6
-3
lines changed
cookiecutter/{{cookiecutter.github_repo_name}} Expand file tree Collapse file tree 3 files changed +6
-3
lines changed Original file line number Diff line number Diff line change 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
Original file line number Diff line number Diff 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 %}
Original file line number Diff line number Diff 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" %}
4343dependencies = [ # TODO(cookiecutter): Remove and add more if appropriate
You can’t perform that action at this time.
0 commit comments