From 55403c1c79bf64df05dd00b68df36a5855431041 Mon Sep 17 00:00:00 2001 From: Gracjan Sadowicz Date: Wed, 26 Aug 2026 16:38:26 +0200 Subject: [PATCH] RDBC-1104 Bump version for hotfix to 7.2.3.post2 --- setup.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/setup.py b/setup.py index 5b194d65..bb935aa5 100644 --- a/setup.py +++ b/setup.py @@ -3,7 +3,7 @@ setup( name="ravendb", packages=find_packages(exclude=["*.tests.*", "tests", "*.tests", "tests.*"]), - version="7.2.3.post1", + version="7.2.3.post2", long_description_content_type="text/markdown", long_description=open("README_pypi.md").read(), description="Python client for RavenDB NoSQL Database",