Skip to content

Commit cd07251

Browse files
authored
Merge pull request #175 from poissoncorp/RDBC-691
RDBC-691 Update clients readme: include info that 5.2 clients works with 5.4 and 6.0
2 parents 4d1f468 + 6dd7194 commit cd07251

File tree

2 files changed

+13
-4
lines changed

2 files changed

+13
-4
lines changed

README.md

Lines changed: 6 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -9,14 +9,18 @@ pip install ravendb
99
## Introduction and changelog
1010
Python client API (v5.2) for [RavenDB](https://ravendb.net/) , a NoSQL document database.
1111

12-
All client versions 5.2.x are fully compatible with and support RavenDB server releases 5.4 and 6.0.
13-
1412
Although new API isn't compatible with the previous one, it comes with **many improvements and new features**.
1513
1614
**Package has been reworked to match Java and other RavenDB clients**
1715
1816
**Type-hinted entire project and API results** - using the API is now much more comfortable with IntelliSense
1917
18+
## Releases
19+
20+
* All client versions 5.2.x are fully compatible with and support RavenDB server releases 5.4 and 6.0.
21+
22+
* [Click here](https://github.com/ravendb/ravendb-python-client/releases) to view all Releases and Changelog.
23+
2024
---
2125
![](.github/readme_content/typehints.gif)
2226

README_pypi.md

Lines changed: 7 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -9,14 +9,19 @@ pip install ravendb
99
## Introduction
1010
Python client API (v5.2) for [RavenDB](https://ravendb.net/) , a NoSQL document database.
1111

12-
All client versions 5.2.x are fully compatible with and support RavenDB server releases 5.4 and 6.0.
13-
1412
Although new API isn't compatible with the previous one, it comes with **many improvements and new features**.
1513
1614
**Package has been reworked to match Java and other RavenDB clients**
1715
1816
**Type-hinted entire project and API results** - using the API is now much more comfortable with IntelliSense
1917
18+
19+
## Releases
20+
21+
* All client versions 5.2.x are fully compatible with and support RavenDB server releases 5.4 and 6.0.
22+
23+
* [Click here](https://github.com/ravendb/ravendb-python-client/releases) to view all Releases and Changelog.
24+
2025
## What's new?
2126

2227

0 commit comments

Comments
 (0)