Skip to content

Commit

Permalink
Prepare 2023.05
Browse files Browse the repository at this point in the history
Signed-off-by: Stefano Babic <[email protected]>
  • Loading branch information
sbabic committed May 23, 2023
1 parent 5c5a3f0 commit 954e8c0
Show file tree
Hide file tree
Showing 4 changed files with 9 additions and 7 deletions.
4 changes: 2 additions & 2 deletions Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -2,8 +2,8 @@
#
# SPDX-License-Identifier: GPL-2.0-only

VERSION = 2022
PATCHLEVEL = 12
VERSION = 2023
PATCHLEVEL = 05
SUBLEVEL = 0
EXTRAVERSION =
NAME =
Expand Down
6 changes: 3 additions & 3 deletions doc/source/conf.py
Original file line number Diff line number Diff line change
Expand Up @@ -54,18 +54,18 @@
# General information about the project.
project = u'Embedded Software Update Documentation'

copyright = u'2013-2022, Stefano Babic'
copyright = u'2013-2023, Stefano Babic'


# The version info for the project you're documenting, acts as replacement for
# |version| and |release|, also used in various other places throughout the
# built documents.
#
# The short X.Y version.
version = u'2022.12'
version = u'2023.05'

# The full version, including alpha/beta/rc tags.
release = u'2022.12'
release = u'2023.05'


# The language for content autogenerated by Sphinx. Refer to documentation
Expand Down
3 changes: 2 additions & 1 deletion doc/source/index.rst
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,8 @@ Updating an embedded system

SWUpdate provides a reliable way to update
the software on an embedded system.
Sources are hosted at https://github.com/sbabic/swupdate
Sources are hosted at https://github.com/sbabic/swupdate. Do not
forget to `star` SWUpdate.

.. raw:: html

Expand Down
3 changes: 2 additions & 1 deletion doc/source/previous-releases.rst
Original file line number Diff line number Diff line change
@@ -1,10 +1,11 @@
.. SPDX-FileCopyrightText: 2013-2021 Stefano Babic <[email protected]>
.. SPDX-FileCopyrightText: 2013-2023 Stefano Babic <[email protected]>
.. SPDX-License-Identifier: GPL-2.0-only
===================================
Documentation for previous releases
===================================

- `2022.12 <./2022.12/index.html>`_
- `2022.05 <./2022.05/index.html>`_
- `2021.11 <./2021.11/index.html>`_
- `2021.04 <./2021.04/index.html>`_
Expand Down

0 comments on commit 954e8c0

Please sign in to comment.