Skip to content

Commit 0483685

Browse files
committed
doc: release: Add v3.7.0 to the list of supported releases
Adds v3.7.0 to the list of supported releases. The EOL data is currently set as 2.5 years after release which is the minimum support period we claim. Signed-off-by: Alberto Escolar Piedras <alberto.escolar.piedras@nordicsemi.no>
1 parent 51c39d7 commit 0483685

File tree

2 files changed

+4
-0
lines changed

2 files changed

+4
-0
lines changed

doc/conf.py

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -193,6 +193,7 @@
193193
"current_version": version,
194194
"versions": (
195195
("latest", "/"),
196+
("3.7.0 (LTS)", "/3.7.0/"),
196197
("3.6.0", "/3.6.0/"),
197198
("3.5.0", "/3.5.0/"),
198199
("2.7.6 (LTS)", "/2.7.6/"),

doc/releases/index.rst

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -60,6 +60,8 @@ Supported Releases
6060
+=================+================+===============+
6161
| `Zephyr 2.7.6`_ | 2024-03-01 | 2025-01-26 |
6262
+-----------------+----------------+---------------+
63+
| `Zephyr 3.7.0`_ | 2024-07-26 | 2027-01-26 |
64+
+-----------------+----------------+---------------+
6365
| `Zephyr 3.6.0`_ | 2024-02-23 | 2024-11-29 |
6466
+-----------------+----------------+---------------+
6567
| `Zephyr 3.5.0`_ | 2023-10-20 | 2024-07-26 |
@@ -121,3 +123,4 @@ to be able to understand the context of the change.
121123
.. _`Zephyr 2.7.6`: https://docs.zephyrproject.org/2.7.6/
122124
.. _`Zephyr 3.5.0`: https://docs.zephyrproject.org/3.5.0/
123125
.. _`Zephyr 3.6.0`: https://docs.zephyrproject.org/3.6.0/
126+
.. _`Zephyr 3.7.0`: https://docs.zephyrproject.org/3.7.0/

0 commit comments

Comments
 (0)