Skip to content

Commit 7159ea6

Browse files
authored
Merge pull request #240 from poissoncorp/RDBC-907
RDBC-907 Release new version
2 parents dc175e1 + 5b4100c commit 7159ea6

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
@@ -48,7 +48,7 @@
4848
class RequestExecutor:
4949
__INITIAL_TOPOLOGY_ETAG = -2
5050
__GLOBAL_APPLICATION_IDENTIFIER = uuid.uuid4()
51-
CLIENT_VERSION = "7.0.0"
51+
CLIENT_VERSION = "7.0.2"
5252
logger = logging.getLogger("request_executor")
5353

5454
# 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="7.0.0",
6+
version="7.0.2",
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)