Skip to content

Commit 796874c

Browse files
DOCSP-35399: Post hapley cleanup (#5819)
* DOCSP-35399: Post hapley cleanup * DOCSP-35399: Additional minor cleanup
1 parent 104042b commit 796874c

8 files changed

+15
-18
lines changed

snooty.toml

+3-3
Original file line numberDiff line numberDiff line change
@@ -249,7 +249,7 @@ sbe-short = "slot-based execution engine"
249249
sbe-title = "Slot-Based Query Execution Engine"
250250
version = "{+version+}"
251251
version-last = "{+version-last+}"
252-
year = "2023"
252+
year = "2024"
253253
ui-org-menu = ":icon-mms:`office` :guilabel:`Organizations` menu"
254254

255255
[constants]
@@ -265,8 +265,8 @@ package-name = "mongodb"
265265
version = "7.3"
266266
latest-lts-version = "7.0"
267267
last-supported-version = "5.0"
268-
release = "7.1.1"
269-
version-dev = "7.2"
268+
release = "7.2.0"
269+
version-dev = "7.3"
270270
version-last = "6.0"
271271
pgp-version = "{+version+}"
272272
rsa-key = "4B7C549A058F8B6B"

source/index.txt

+1-1
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@ What is MongoDB?
2121
.. button:: Get started with MongoDB Atlas
2222
:uri: https://www.mongodb.com/cloud?tck=docs_server
2323

24-
.. include:: /includes/rc-available.rst
24+
.. include:: /includes/in-dev.rst
2525

2626
.. image:: /images/hero.png
2727
:alt: Homepage hero image

source/introduction.txt

+1-1
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@ Introduction to MongoDB
1919
:depth: 1
2020
:class: singlecol
2121

22-
.. include:: /includes/rapid-release-short.rst
22+
.. include:: /includes/in-dev.rst
2323

2424
You can create a MongoDB database in the following environments:
2525

source/release-notes.txt

+5-4
Original file line numberDiff line numberDiff line change
@@ -14,18 +14,18 @@ To see changes in MongoDB releases, see the following release notes.
1414
Upcoming Release
1515
~~~~~~~~~~~~~~~~
1616

17-
.. include:: /includes/rc-available.rst
17+
.. include:: /includes/in-dev.rst
1818

19-
- :ref:`release-notes-7.2`
19+
- :ref:`release-notes-7.3`
2020

2121
Current Rapid Release
2222
~~~~~~~~~~~~~~~~~~~~~
2323

24-
(*7.1-series*)
24+
(*7.2-series*)
2525

2626
.. include:: /includes/rapid-release-short.rst
2727

28-
- :ref:`release-notes-7.1`
28+
- :ref:`release-notes-7.2`
2929

3030
Current Stable Release
3131
~~~~~~~~~~~~~~~~~~~~~~
@@ -37,6 +37,7 @@ Current Stable Release
3737
Previous Rapid Releases
3838
~~~~~~~~~~~~~~~~~~~~~~~
3939

40+
- :ref:`release-notes-7.1`
4041
- :ref:`release-notes-6.3`
4142
- :ref:`release-notes-6.2`
4243
- :ref:`release-notes-6.1`

source/release-notes/7.2-compatibility.txt

-2
Original file line numberDiff line numberDiff line change
@@ -14,8 +14,6 @@ Compatibility Changes in MongoDB 7.2
1414

1515
.. _7.2-downgrade-incompatible:
1616

17-
.. include:: /includes/rc-available.rst
18-
1917
.. include:: /includes/rapid-release-short.rst
2018

2119
Backward-Incompatible Features

source/release-notes/7.2.txt

+3-5
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,8 @@
11
.. _release-notes-7.2:
22

3-
=================================================
4-
Release Notes for MongoDB 7.2 (Release Candidate)
5-
=================================================
3+
=============================
4+
Release Notes for MongoDB 7.2
5+
=============================
66

77
.. default-domain:: mongodb
88

@@ -12,8 +12,6 @@ Release Notes for MongoDB 7.2 (Release Candidate)
1212
:depth: 1
1313
:class: twocols
1414

15-
.. include:: /includes/rc-available.rst
16-
1715
.. include:: /includes/rapid-release-short.rst
1816

1917
General Changes

source/release-notes/7.3-compatibility.txt

+1-1
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@ Compatibility Changes in MongoDB 7.3
1414

1515
.. _7.3-downgrade-incompatible:
1616

17-
.. include:: /includes/rapid-release-short.rst
17+
.. include:: /includes/in-dev.rst
1818

1919
Backward-Incompatible Features
2020
------------------------------

source/release-notes/7.3.txt

+1-1
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@ Release Notes for MongoDB 7.3 (Release Candidate)
1212
:depth: 1
1313
:class: twocols
1414

15-
.. include:: /includes/rapid-release-short.rst
15+
.. include:: /includes/in-dev.rst
1616

1717
General Changes
1818
---------------

0 commit comments

Comments
 (0)