Skip to content

Commit

Permalink
Merge branch 'master' into publish
Browse files Browse the repository at this point in the history
  • Loading branch information
deb-intel committed Sep 26, 2024
2 parents 370b322 + a0e05fa commit f5315f8
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/pull-request.yml
Original file line number Diff line number Diff line change
Expand Up @@ -74,7 +74,7 @@ jobs:
# https://docs.github.com/en/actions/guides/storing-workflow-data-as-artifacts
- name: upload HTML for deploy
if: ${{ github.event_name == 'push' && github.ref == 'refs/heads/publish' }}
uses: actions/upload-artifact@v3
uses: actions/upload-artifact@v4
with:
name: html
path: _build/html
Expand Down
2 changes: 1 addition & 1 deletion conf.py
Original file line number Diff line number Diff line change
Expand Up @@ -86,7 +86,7 @@
# |version| and |release|, also used in various other places throughout the
# built documents.

version = release = "2.10.0"
version = release = "2.11.0"

#
# The short X.Y version.
Expand Down
2 changes: 1 addition & 1 deletion release.rst
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@ kernel, and documentation. Download the source code as a zip or tar.gz file:
Source and Binary Releases
--------------------------

The latest SOF release is v2.10.0 (July 2024).
The latest SOF release is v2.11.0 (Sept 2024).

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

0 comments on commit f5315f8

Please sign in to comment.