Skip to content

Commit

Permalink
BUMP 4.6.1
Browse files Browse the repository at this point in the history
  • Loading branch information
blink1073 committed Nov 27, 2023
1 parent 995365c commit 485e0a5
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 1 deletion.
7 changes: 7 additions & 0 deletions doc/changelog.rst
Original file line number Diff line number Diff line change
@@ -1,6 +1,13 @@
Changelog
=========

Changes in Version 4.6.1
------------------------

PyMongo 4.6.1 fixes the following bug:

- Ensure retryable read ``OperationFailure`` errors re-raise exception when 0 or NoneType error code is provided.

Changes in Version 4.6
----------------------

Expand Down
2 changes: 1 addition & 1 deletion pymongo/_version.py
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@

from typing import Tuple, Union

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


def get_version_string() -> str:
Expand Down

0 comments on commit 485e0a5

Please sign in to comment.