Prepare 4.16.0 release (#2672)

This commit is contained in:
Jeffrey A. Clark 2026-01-07 12:03:02 -05:00 committed by GitHub
parent 1be94d262d
commit 32901018ca
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
2 changed files with 2 additions and 2 deletions

View File

@ -1,7 +1,7 @@
Changelog
=========
Changes in Version 4.16.0 (XXXX/XX/XX)
Changes in Version 4.16.0 (2026/01/07)
--------------------------------------
PyMongo 4.16 brings a number of changes including:

View File

@ -18,7 +18,7 @@ from __future__ import annotations
import re
from typing import List, Tuple, Union
__version__ = "4.16.0.dev1"
__version__ = "4.16.0"
def get_version_tuple(version: str) -> Tuple[Union[int, str], ...]: