Skip to content

Commit 8e7ece4

Browse files
authored
PYTHON-6072 - Update changelog for 4.18 release (#3038)
1 parent f4d0ca6 commit 8e7ece4

2 files changed

Lines changed: 2 additions & 2 deletions

File tree

doc/changelog.rst

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
Changelog
22
=========
33

4-
Changes in Version 4.18.0 (2026/XX/XX)
4+
Changes in Version 4.18.0 (2026/09/03)
55
--------------------------------------
66

77
PyMongo 4.18 brings a number of changes including:

pymongo/_version.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@
1919
import re
2020
from typing import Union
2121

22-
__version__ = "4.18.0.dev0"
22+
__version__ = "4.18.0"
2323

2424

2525
def get_version_tuple(version: str) -> tuple[Union[int, str], ...]:

0 commit comments

Comments
 (0)