Skip to content

Commit 485e0a5

Browse files
committed
BUMP 4.6.1
1 parent 995365c commit 485e0a5

File tree

2 files changed

+8
-1
lines changed

2 files changed

+8
-1
lines changed

doc/changelog.rst

+7
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,13 @@
11
Changelog
22
=========
33

4+
Changes in Version 4.6.1
5+
------------------------
6+
7+
PyMongo 4.6.1 fixes the following bug:
8+
9+
- Ensure retryable read ``OperationFailure`` errors re-raise exception when 0 or NoneType error code is provided.
10+
411
Changes in Version 4.6
512
----------------------
613

pymongo/_version.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@
1717

1818
from typing import Tuple, Union
1919

20-
version_tuple: Tuple[Union[int, str], ...] = (4, 6, 0)
20+
version_tuple: Tuple[Union[int, str], ...] = (4, 6, 1)
2121

2222

2323
def get_version_string() -> str:

0 commit comments

Comments
 (0)