Skip to content

Commit 8f6e28c

Browse files
authored
Merge pull request #245 from poissoncorp/v7.1.2post1
[Hotfix] V7.1.2post1
2 parents 4e383d9 + c6e30df commit 8f6e28c

File tree

4 files changed

+3
-3
lines changed

4 files changed

+3
-3
lines changed

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@ pip install ravendb
88
````
99

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

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

README_pypi.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@ pip install ravendb
88
```
99

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

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

ravendb/documents/operations/ai/__init__.py

Whitespace-only changes.

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="7.1.2",
6+
version="7.1.2.post1",
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)