Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ pip install ravendb
````

## Introduction and changelog
Python client API (v7.0) for [RavenDB](https://ravendb.net/), a NoSQL document database.
Python client API (v7.1) for [RavenDB](https://ravendb.net/), a NoSQL document database.

**Type-hinted entire project and API results** - using the API is now much more comfortable with IntelliSense

Expand Down
2 changes: 1 addition & 1 deletion README_pypi.md
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ pip install ravendb
```

## Introduction
Python client API (v7.0) for [RavenDB](https://ravendb.net/) , a NoSQL document database.
Python client API (v7.1) for [RavenDB](https://ravendb.net/) , a NoSQL document database.

**Type-hinted entire project and API results** - using the API is now much more comfortable with IntelliSense

Expand Down
Empty file.
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="7.1.2",
version="7.1.2.post1",
long_description_content_type="text/markdown",
long_description=open("README_pypi.md").read(),
description="Python client for RavenDB NoSQL Database",
Expand Down