File tree Expand file tree Collapse file tree 2 files changed +13
-4
lines changed
Expand file tree Collapse file tree 2 files changed +13
-4
lines changed Original file line number Diff line number Diff line change @@ -9,14 +9,18 @@ pip install ravendb
99# # Introduction and changelog
1010Python 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-
1412Although 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
2226
Original file line number Diff line number Diff line change @@ -9,14 +9,19 @@ pip install ravendb
99# # Introduction
1010Python 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-
1412Although 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
You can’t perform that action at this time.
0 commit comments