Skip to content

Commit 3d7dd60

Browse files
(DOCSP-11149): Version bump to v1.1 (#133)
* (DOCSP-11149): Version bump to v1.1 * Fix wrong path in search results
1 parent 72501ef commit 3d7dd60

File tree

5 files changed

+7
-7
lines changed

5 files changed

+7
-7
lines changed

Makefile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@ else
55
USER=$(STAGING_USERNAME)
66
endif
77
STAGING_URL="https://docs-mongodborg-staging.corp.mongodb.com"
8-
PRODUCTION_URL="https://docs.mongodb.com/mongocli"
8+
PRODUCTION_URL="https://docs.mongodb.com"
99
STAGING_BUCKET=docs-mongodb-org-staging
1010
PRODUCTION_BUCKET=docs-mongocli-prod
1111
PROJECT=mongocli

conf.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -61,7 +61,7 @@
6161
'version': version,
6262
'mcli': 'MongoDB CLI',
6363
'mcli-long': 'MongoDB Command Line Interface (``mongocli``)',
64-
'mcli-version': '1.0.0',
64+
'mcli-version': '1.1.0',
6565
'mdbVersion': '4.2',
6666
'mdbagent': 'MongoDB Agent',
6767
'aagent': 'Automation Agent',

config/build_conf.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -29,7 +29,7 @@ system:
2929
- 'sphinx_local.yaml'
3030
- htaccess: ['htaccess.yaml']
3131
version:
32-
release: '1.0.0'
32+
release: '1.1.0'
3333
branch: 'master'
3434
assets:
3535
- branch: master

config/redirects

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,8 @@
11
define: base https://docs.mongodb.com/mongocli
2-
define: versions v0.0.3 v0.0.4 v0.1.0 v0.2.0 v0.5.0 v1.0.0 master
3-
symlink: v1.1.0 -> master
2+
define: versions v0.0.3 v0.0.4 v0.1.0 v0.2.0 v0.5.0 v1.0.0 v1.1.0 master
3+
symlink: v1.2.0 -> master
44
symlink: upcoming -> master
5-
symlink: stable -> v1.0.0
5+
symlink: stable -> v1.1.0
66

77
raw: mongocli/ -> ${base}/stable
88

snooty.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@ intersphinx = ["https://docs.mongodb.com/manual/objects.inv","https://docs.atlas
66
default-profile = ":ref:`default profile <mcli-profiles>`"
77
mcli = "MongoDB CLI"
88
mcli-long = "MongoDB Command Line Interface (``mongocli``)"
9-
mcli-version = "1.0.0"
9+
mcli-version = "1.1.0"
1010
mdbagent = "MongoDB Agent"
1111
mdbVersion = "4.2"
1212
aagent = "Automation Agent"

0 commit comments

Comments
 (0)