Skip to content

Commit 679698a

Browse files
committed
RDBC-674 Bump to 5.2.1
1 parent 66e49bd commit 679698a

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

ravendb/http/request_executor.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -45,7 +45,7 @@
4545
class RequestExecutor:
4646
__INITIAL_TOPOLOGY_ETAG = -2
4747
__GLOBAL_APPLICATION_IDENTIFIER = uuid.uuid4()
48-
CLIENT_VERSION = "5.2.0"
48+
CLIENT_VERSION = "5.2.1"
4949
logger = logging.getLogger("request_executor")
5050

5151
# todo: initializer should take also cryptography certificates

setup.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
setup(
44
name="ravendb",
55
packages=find_packages(exclude=["*.tests.*", "tests", "*.tests", "tests.*"]),
6-
version="5.2.0",
6+
version="5.2.1",
77
long_description_content_type="text/markdown",
88
long_description=open("README_pypi.md").read(),
99
description="Python client for RavenDB NoSQL Database",

0 commit comments

Comments
 (0)