Skip to content

Commit d24b4f2

Browse files
bactkestewart
authored andcommitted
Put 3.1-RC1 labels
Signed-off-by: Arthit Suriyawongkul <arthit@gmail.com>
1 parent ecbd03a commit d24b4f2

File tree

3 files changed

+5
-5
lines changed

3 files changed

+5
-5
lines changed

docs/index.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
# The System Package Data Exchange™ (SPDX®) Specification Version 3.1-dev
1+
# The System Package Data Exchange™ (SPDX®) Specification Version 3.1-RC1
22

33
Copyright © 2010-2026, The Linux Foundation and its Contributors,
44
including SPDX Model contributions from OMG and its Contributors.

mkdocs.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,10 +1,10 @@
1-
site_name: SPDX Specification 3.1-dev
2-
site_description: The System Package Data Exchange™ (SPDX®) Specification Version 3.1-dev - Open standard for creating Software Bills of Materials (SBOMs)
1+
site_name: SPDX Specification 3.1-RC1
2+
site_description: The System Package Data Exchange™ (SPDX®) Specification Version 3.1-RC1 - Open standard for creating Software Bills of Materials (SBOMs)
33
site_author: The Linux Foundation and its Contributors, including SPDX Model contributions from OMG and its Contributors.
44
site_url: https://spdx.github.io/spdx-spec/ # set to the "root" of the site, to be combined with canonical_version
55
repo_url: https://github.com/spdx/spdx-spec/
66
edit_uri: "" # set to an empty string to disable edit links; to enable, set to blob/<branch_name>/docs/
7-
copyright: SPDX v3.1-dev Copyright © 2010-2026, The Linux Foundation and its Contributors, including SPDX Model contributions from OMG and its Contributors.
7+
copyright: SPDX v3.1-RC1 Copyright © 2010-2026, The Linux Foundation and its Contributors, including SPDX Model contributions from OMG and its Contributors.
88
use_directory_urls: true
99
theme:
1010
name: readthedocs

setup.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@ def read(fname):
1111

1212
setup(
1313
name = "spdx_specification",
14-
version = "3.1-dev",
14+
version = "3.1-RC1",
1515
author = "The Linux Foundation and SPDX Contributors",
1616
author_email = "spdx-tech@lists.spdx.org",
1717
description = ("The System Package Data Exchange™ (SPDX®) specification is an open standard capable of representing systems with software components in as SBOMs (Software Bill of Materials) and other AI, data and security references supporting a range of risk management use cases."),

0 commit comments

Comments
 (0)