Skip to content

Commit f5315f8

Browse files
committed
Merge branch 'master' into publish
2 parents 370b322 + a0e05fa commit f5315f8

File tree

3 files changed

+3
-3
lines changed

3 files changed

+3
-3
lines changed

.github/workflows/pull-request.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -74,7 +74,7 @@ jobs:
7474
# https://docs.github.com/en/actions/guides/storing-workflow-data-as-artifacts
7575
- name: upload HTML for deploy
7676
if: ${{ github.event_name == 'push' && github.ref == 'refs/heads/publish' }}
77-
uses: actions/upload-artifact@v3
77+
uses: actions/upload-artifact@v4
7878
with:
7979
name: html
8080
path: _build/html

conf.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -86,7 +86,7 @@
8686
# |version| and |release|, also used in various other places throughout the
8787
# built documents.
8888

89-
version = release = "2.10.0"
89+
version = release = "2.11.0"
9090

9191
#
9292
# The short X.Y version.

release.rst

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -26,7 +26,7 @@ kernel, and documentation. Download the source code as a zip or tar.gz file:
2626
Source and Binary Releases
2727
--------------------------
2828

29-
The latest SOF release is v2.10.0 (July 2024).
29+
The latest SOF release is v2.11.0 (Sept 2024).
3030

3131
View new feature information and release downloads for the latest and
3232
previous releases on GitHub. Firmware and SDK tool source code and binary

0 commit comments

Comments
 (0)