Skip to content

Commit 50774a1

Browse files
authored
Merge pull request #297 from poissoncorp/RDBC-1068-client-version-7.2.3
RDBC-1068 Bump CLIENT_VERSION to 7.2.3
2 parents 90fb5f4 + 462a71e commit 50774a1

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

ravendb/http/request_executor.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -55,7 +55,7 @@
5555
class RequestExecutor:
5656
__INITIAL_TOPOLOGY_ETAG = -2
5757
__GLOBAL_APPLICATION_IDENTIFIER = uuid.uuid4()
58-
CLIENT_VERSION = "7.2.2"
58+
CLIENT_VERSION = "7.2.3"
5959
logger = logging.getLogger("request_executor")
6060

6161
# todo: initializer should take also cryptography certificates

0 commit comments

Comments
 (0)