Skip to content

Commit a328843

Browse files
committed
RDBC-1045 Bump version
1 parent 25a4c77 commit a328843

2 files changed

Lines changed: 2 additions & 2 deletions

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.0"
58+
CLIENT_VERSION = "7.2.1"
5959
logger = logging.getLogger("request_executor")
6060

6161
# 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.2.0",
6+
version="7.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)