Skip to content

Commit

Permalink
Prepare for next major release
Browse files Browse the repository at this point in the history
Signed-off-by: Erik Jaegervall <[email protected]>
  • Loading branch information
erikbosch committed Oct 9, 2024
1 parent f23ba53 commit cc32613
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 6 deletions.
8 changes: 4 additions & 4 deletions scripts/install_vss_tools.sh
Original file line number Diff line number Diff line change
Expand Up @@ -11,25 +11,25 @@
# ************ MASTER *************''
# For master (ongoing development) we typically rely on latest master of vss-tools
#
# pip install git+https://github.com/COVESA/vss-tools@master
pip install --upgrade git+https://github.com/COVESA/vss-tools@master

# Examples for other scenarios below
#
# ************ MAINTENANCE **********
# For development in maintenance branches we could either refer to a fixed version of vss-tools
# or refer to a maintenance branch of vss-tools
# pip install git+https://github.com/COVESA/[email protected]
# pip install --upgrade git+https://github.com/COVESA/[email protected]
#
#
# ************* RELEASE CANDIDATES AND OTHER PRE-RELEASES ***************
# For VSS release candidates we want to link to specified released VSS-tools version.
# Either a released version or a pre-release, referenced with "--pre"
# See https://pypi.org/project/vss-tools/
#
# pip install --pre vss-tools==5.0rc0
# pip install --upgrade --pre vss-tools==5.0rc0
#
#
# *********************** RELEASES ***************************
# For releases we should link to specific released pypi version.
#
pip install vss-tools==5.0
# pip install --upgrade vss-tools==5.0
4 changes: 2 additions & 2 deletions spec/Vehicle/Vehicle.vspec
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@ VersionVSS:
VersionVSS.Major:
datatype: uint32
type: attribute
default: 5
default: 6
description: Supported Version of VSS - Major version.

VersionVSS.Minor:
Expand All @@ -39,7 +39,7 @@ VersionVSS.Patch:
VersionVSS.Label:
datatype: string
type: attribute
default: ''
default: 'dev'
description: Label to further describe the version.
comment: COVESA VSS project typically use dev for latest master, and empty string for released versions.

Expand Down

0 comments on commit cc32613

Please sign in to comment.