Skip to content

Commit 0d8991b

Browse files
committed
Update req.txt file, update copyright, change release number
Signed-off-by: Deb <[email protected]>
1 parent 4fe2ca2 commit 0d8991b

File tree

3 files changed

+6
-6
lines changed

3 files changed

+6
-6
lines changed

conf.py

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -74,14 +74,14 @@
7474

7575
# General information about the project.
7676
project = u'SOF Project'
77-
copyright = u'2022, SOF Project'
77+
copyright = u'2023, SOF Project'
7878
author = u'SOF Project developers'
7979

8080
# The version info for the project you're documenting, acts as replacement for
8181
# |version| and |release|, also used in various other places throughout the
8282
# built documents.
8383

84-
version = release = "2.2"
84+
version = release = "2.4.1"
8585

8686
#
8787
# 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.3 (Oct 2022).
29+
The latest SOF release is v2.4.1 (Jan 2023).
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

scripts/requirements.txt

100644100755
Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,8 @@
11
# This file hardcodes validated versions with '==',
22
# see requirements-lax.txt for an alternative.
3-
breathe==4.14.1
4-
sphinx==2.4.4
5-
docutils==0.16
3+
breathe==4.29.2
4+
sphinx==4.5.0
5+
docutils==0.17.1
66
sphinx_rtd_theme
77
sphinxcontrib-plantuml
88
sphinxcontrib-blockdiag

0 commit comments

Comments
 (0)