Skip to content

Commit 2179ca3

Browse files
authored
Merge pull request #180 from poissoncorp/v5.2.3
Bump to v5.2.3
2 parents 985315e + d65468f commit 2179ca3

File tree

4 files changed

+9
-2
lines changed

4 files changed

+9
-2
lines changed

README.md

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

31+
###### 5.2.3
32+
- **Counters**
33+
- Counters indexes
34+
3135
###### 5.2.2
3236
- New feature - **[Bulk insert](https://github.com/ravendb/ravendb-python-client/pull/161)**
3337
- Bugfixes - Cluster-wide operations ([here](https://github.com/ravendb/ravendb-python-client/pull/166))

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.3
28+
- **Counters**
29+
- Counters indexes
2730

2831
###### 5.2.2
2932
- New feature - **[Bulk insert](https://github.com/ravendb/ravendb-python-client/pull/161)**

ravendb/http/request_executor.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -46,7 +46,7 @@
4646
class RequestExecutor:
4747
__INITIAL_TOPOLOGY_ETAG = -2
4848
__GLOBAL_APPLICATION_IDENTIFIER = uuid.uuid4()
49-
CLIENT_VERSION = "5.2.2"
49+
CLIENT_VERSION = "5.2.3"
5050
logger = logging.getLogger("request_executor")
5151

5252
# 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.2",
6+
version="5.2.3",
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)