Skip to content

Commit 0967365

Browse files
BUMP 3.5.0rc2
Signed-off-by: mongodb-dbx-release-bot[bot] <167856002+mongodb-dbx-release-bot[bot]@users.noreply.github.com>
1 parent fd55efe commit 0967365

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

motor/_version.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@
1616
import re
1717
from typing import List, Tuple, Union
1818

19-
__version__ = "3.5.0.dev1"
19+
__version__ = "3.5.0rc2"
2020

2121

2222
def get_version_tuple(version: str) -> Tuple[Union[int, str], ...]:

0 commit comments

Comments
 (0)