Skip to content

Commit

Permalink
Merge pull request #185 from poissoncorp/v5.2.4
Browse files Browse the repository at this point in the history
Bump to v5.2.4
  • Loading branch information
poissoncorp committed May 17, 2023
2 parents 6aa4d23 + 45d0f73 commit 8309c40
Show file tree
Hide file tree
Showing 4 changed files with 8 additions and 2 deletions.
3 changes: 3 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -28,6 +28,9 @@ Although new API isn't compatible with the previous one, it comes with **many im
## What's new?

###### 5.2.4
- Bulk insert dependencies [bugfix](https://github.com/ravendb/ravendb-python-client/pull/184)

###### 5.2.3
- **Counters**
- Counters indexes
Expand Down
3 changes: 3 additions & 0 deletions README_pypi.md
Original file line number Diff line number Diff line change
Expand Up @@ -24,6 +24,9 @@ Although new API isn't compatible with the previous one, it comes with **many im
## What's new?

###### 5.2.4
- Bulk insert dependencies [bugfix](https://github.com/ravendb/ravendb-python-client/pull/184)

###### 5.2.3
- **Counters**
- Counters indexes
Expand Down
2 changes: 1 addition & 1 deletion ravendb/http/request_executor.py
Original file line number Diff line number Diff line change
Expand Up @@ -47,7 +47,7 @@
class RequestExecutor:
__INITIAL_TOPOLOGY_ETAG = -2
__GLOBAL_APPLICATION_IDENTIFIER = uuid.uuid4()
CLIENT_VERSION = "5.2.3"
CLIENT_VERSION = "5.2.4"
logger = logging.getLogger("request_executor")

# todo: initializer should take also cryptography certificates
Expand Down
2 changes: 1 addition & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
setup(
name="ravendb",
packages=find_packages(exclude=["*.tests.*", "tests", "*.tests", "tests.*"]),
version="5.2.3",
version="5.2.4",
long_description_content_type="text/markdown",
long_description=open("README_pypi.md").read(),
description="Python client for RavenDB NoSQL Database",
Expand Down

0 comments on commit 8309c40

Please sign in to comment.