Skip to content

Commit 8309c40

Browse files
authored
Merge pull request #185 from poissoncorp/v5.2.4
Bump to v5.2.4
2 parents 6aa4d23 + 45d0f73 commit 8309c40

File tree

4 files changed

+8
-2
lines changed

4 files changed

+8
-2
lines changed

README.md

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -28,6 +28,9 @@ Although new API isn't compatible with the previous one, it comes with **many im
2828
2929
## What's new?
3030

31+
###### 5.2.4
32+
- Bulk insert dependencies [bugfix](https://github.com/ravendb/ravendb-python-client/pull/184)
33+
3134
###### 5.2.3
3235
- **Counters**
3336
- Counters indexes

README_pypi.md

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -24,6 +24,9 @@ Although new API isn't compatible with the previous one, it comes with **many im
2424
2525
## What's new?
2626

27+
###### 5.2.4
28+
- Bulk insert dependencies [bugfix](https://github.com/ravendb/ravendb-python-client/pull/184)
29+
2730
###### 5.2.3
2831
- **Counters**
2932
- Counters indexes

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.3"
50+
CLIENT_VERSION = "5.2.4"
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.3",
6+
version="5.2.4",
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)