Prepare 4.16.0 release (#2672)
This commit is contained in:
parent
1be94d262d
commit
32901018ca
@ -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:
|
||||
|
||||
@ -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], ...]:
|
||||
|
||||
Loading…
Reference in New Issue
Block a user