Skip to content

Commit

Permalink
source/conf.py: Bump latest release version to 2.3
Browse files Browse the repository at this point in the history
  • Loading branch information
Holzhaus committed May 3, 2021
1 parent 59e08e0 commit c9d2e61
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 @@ -106,8 +106,8 @@
smv_tag_whitelist = r"^$"
smv_branch_whitelist = r"^(main|(\d+)\.(\d+))$"
smv_remote_whitelist = r"^origin$"
smv_released_pattern = r"^.*/(?!2\.3)(\d+)\.(\d+)$"
smv_latest_version = r"2.2"
smv_released_pattern = r"^.*/(?!2\.4)(\d+)\.(\d+)$"
smv_latest_version = r"2.3"
smv_outputdir_format = "{config.version}/{config.language}"

# Directories in which to search for additional message catalogs (see language),
Expand Down Expand Up @@ -174,7 +174,7 @@
"display_github": True,
"github_user": "mixxxdj",
"github_repo": "manual",
"github_version": "2.2",
"github_version": "2.3",
"conf_py_path": "/source/",
"language": language,
"supported_languages": list(
Expand Down

0 comments on commit c9d2e61

Please sign in to comment.