Skip to content

Commit

Permalink
source/conf.py: Bump latest release version to 2.4
Browse files Browse the repository at this point in the history
  • Loading branch information
daschuer committed Feb 16, 2024
1 parent 2467f14 commit 35fff9c
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions source/conf.py
Original file line number Diff line number Diff line change
Expand Up @@ -103,10 +103,10 @@
smv_branch_whitelist = r"^(main|(\d+)\.(\d+))$"
smv_remote_whitelist = r"^origin$"
# Mark all branches in the form "N.M" as released except "2.4"
smv_released_pattern = r"^.*/(?!2\.4)(\d+)\.(\d+)$"
smv_latest_version = r"2.3"
smv_released_pattern = r"^.*/(?!2\.5)(\d+)\.(\d+)$"
smv_latest_version = r"2.4"
smv_outputdir_format = "{config.version}/{config.language}"
notfound_urls_prefix = "/2.3/en/"
notfound_urls_prefix = "/2.4/en/"

# Directories in which to search for additional message catalogs (see language),
# relative to the source directory. The directories on this path are searched
Expand Down

0 comments on commit 35fff9c

Please sign in to comment.