BUMP 3.5.2

Signed-off-by: mongodb-dbx-release-bot[bot] <167856002+mongodb-dbx-release-bot[bot]@users.noreply.github.com>
This commit is contained in:
mongodb-dbx-release-bot[bot] 2024-09-18 19:48:46 +00:00
parent cbe3ca191f
commit d86b1ad140
No known key found for this signature in database
GPG Key ID: 0C54D93C35CD4530

View File

@ -16,7 +16,7 @@
import re
from typing import List, Tuple, Union
__version__ = "3.5.2.dev0"
__version__ = "3.5.2"
def get_version_tuple(version: str) -> Tuple[Union[int, str], ...]: