Skip to content

Commit d60d944

Browse files
committed
Bump version
1 parent 905bdbd commit d60d944

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
@@ -47,7 +47,7 @@
4747
class RequestExecutor:
4848
__INITIAL_TOPOLOGY_ETAG = -2
4949
__GLOBAL_APPLICATION_IDENTIFIER = uuid.uuid4()
50-
CLIENT_VERSION = "5.2.5"
50+
CLIENT_VERSION = "5.2.6"
5151
logger = logging.getLogger("request_executor")
5252

5353
# 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.5.post1",
6+
version="5.2.6",
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)