Skip to content

Commit

Permalink
Bump version number of 'main' version of docs to 2.1 pre-release (cha…
Browse files Browse the repository at this point in the history
…pel-lang#24640)

[trivial, not reviewed]

This is the standard bump to the docs pull-down menu we do during
release time to make 'main' reflect the 2.1 pre-release.
  • Loading branch information
bradcray authored Mar 18, 2024
2 parents 0f759f8 + c491c38 commit 548e9c1
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
6 changes: 3 additions & 3 deletions doc/rst/conf.py
Original file line number Diff line number Diff line change
Expand Up @@ -76,13 +76,13 @@ def setup(app):
# 'version' adds a redundant version number onto the top of the sidebar
# automatically (rtd-theme). We also don't use |version| anywhere in rst

chplversion = '2.0' # TODO -- parse from `chpl --version`
chplversion = '2.1' # TODO -- parse from `chpl --version`
shortversion = chplversion.replace('-', '&#8209') # prevent line-break at hyphen, if any
html_context = {"chplversion":chplversion}

# The full version, including alpha/beta/rc tags.
#release = '2.0.0 (pre-release)'
release = '2.0.0'
release = '2.1.0 (pre-release)'
#release = '2.1.0'

# General information about the project.
project = u'Chapel Documentation'
Expand Down
2 changes: 1 addition & 1 deletion doc/util/versionButton.php
Original file line number Diff line number Diff line change
Expand Up @@ -89,7 +89,7 @@ function toggleDropDown() {
function dropSetup() {
var currentRelease = "1.33"; // what does the public have?
var stagedRelease = "2.0"; // is there a release staged but not yet public?
var nextRelease = "2.0"; // what's the next release? (on docs/main)
var nextRelease = "2.1"; // what's the next release? (on docs/main)
var button = document.getElementById("versionButton");
// Uses unicode down-pointing triangle
var arrow = " ▼";
Expand Down

0 comments on commit 548e9c1

Please sign in to comment.