Skip to content

Commit

Permalink
Merge pull request #180 from poissoncorp/v5.2.3
Browse files Browse the repository at this point in the history
Bump to v5.2.3
  • Loading branch information
poissoncorp authored Apr 17, 2023
2 parents 985315e + d65468f commit 2179ca3
Show file tree
Hide file tree
Showing 4 changed files with 9 additions and 2 deletions.
4 changes: 4 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -28,6 +28,10 @@ Although new API isn't compatible with the previous one, it comes with **many im
## What's new?

###### 5.2.3
- **Counters**
- Counters indexes

###### 5.2.2
- New feature - **[Bulk insert](https://github.com/ravendb/ravendb-python-client/pull/161)**
- Bugfixes - Cluster-wide operations ([here](https://github.com/ravendb/ravendb-python-client/pull/166))
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.3
- **Counters**
- Counters indexes

###### 5.2.2
- New feature - **[Bulk insert](https://github.com/ravendb/ravendb-python-client/pull/161)**
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 @@ -46,7 +46,7 @@
class RequestExecutor:
__INITIAL_TOPOLOGY_ETAG = -2
__GLOBAL_APPLICATION_IDENTIFIER = uuid.uuid4()
CLIENT_VERSION = "5.2.2"
CLIENT_VERSION = "5.2.3"
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.2",
version="5.2.3",
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 2179ca3

Please sign in to comment.