Skip to content

Commit

Permalink
Merge branch 'branch-24.02' into grelee/install-additional-test-case-…
Browse files Browse the repository at this point in the history
…dependencies
  • Loading branch information
jakirkham authored Dec 4, 2023
2 parents 9cce4bf + 12037d8 commit 829dd9c
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
4 changes: 2 additions & 2 deletions ci/release/update-version.sh
Original file line number Diff line number Diff line change
Expand Up @@ -31,8 +31,8 @@ function sed_runner() {
}

# RTD update
sed_runner 's/version = .*/version = '"'${NEXT_SHORT_TAG}'"'/g' docs/source/conf.py
sed_runner 's/release = .*/release = '"'${NEXT_FULL_TAG}'"'/g' docs/source/conf.py
sed_runner 's/version = .*/version = "'"${NEXT_SHORT_TAG}"'"/g' docs/source/conf.py
sed_runner 's/release = .*/release = "'"${NEXT_FULL_TAG}"'"/g' docs/source/conf.py

# Centralized version file update
echo "${NEXT_FULL_TAG}" > VERSION
Expand Down
4 changes: 2 additions & 2 deletions docs/source/conf.py
Original file line number Diff line number Diff line change
Expand Up @@ -72,9 +72,9 @@
# built documents.
#
# The short X.Y version.
version = '24.02'
version = "24.02"
# The full version, including alpha/beta/rc tags.
release = '24.02.00'
release = "24.02.00"

# The language for content autogenerated by Sphinx. Refer to documentation
# for a list of supported languages.
Expand Down

0 comments on commit 829dd9c

Please sign in to comment.