Skip to content

Commit

Permalink
Release 3.28.0
Browse files Browse the repository at this point in the history
  • Loading branch information
Lorak-mmk committed Nov 19, 2024
1 parent 416d9ae commit 93d2c14
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions docs/conf.py
Original file line number Diff line number Diff line change
Expand Up @@ -10,14 +10,14 @@
# -- Global variables

# Build documentation for the following tags and branches
TAGS = ['3.21.0-scylla', '3.22.3-scylla', '3.24.8-scylla', '3.25.4-scylla', '3.25.11-scylla', '3.26.9-scylla']
TAGS = ['3.21.0-scylla', '3.22.3-scylla', '3.24.8-scylla', '3.25.4-scylla', '3.25.11-scylla', '3.26.9-scylla', '3.28.0-scylla']
BRANCHES = ['master']
# Set the latest version.
LATEST_VERSION = '3.26.9-scylla'
LATEST_VERSION = '3.28.0-scylla'
# Set which versions are not released yet.
UNSTABLE_VERSIONS = ['master']
# Set which versions are deprecated
DEPRECATED_VERSIONS = ['3.21.0-scylla', '3.22.3-scylla', '3.24.8-scylla', '3.25.4-scylla', '3.25.11-scylla']
DEPRECATED_VERSIONS = ['3.21.0-scylla', '3.22.3-scylla', '3.24.8-scylla', '3.25.4-scylla', '3.25.11-scylla', '3.26.9-scylla', ]

# -- General configuration

Expand Down

0 comments on commit 93d2c14

Please sign in to comment.