We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent a67f6b8 commit 38b44c9Copy full SHA for 38b44c9
requirements.txt
@@ -1,2 +1,2 @@
1
-ravendb==5.2.6
+ravendb==7.0.0
2
cryptography~=42.0.0
setup.py
@@ -5,7 +5,7 @@
5
import urllib.request
6
from setuptools.command.sdist import sdist
7
8
-RAVENDB_VERSION = "6.2.4"
+RAVENDB_VERSION = "7.0.0"
9
ZIP_FILE_NAME = "server.zip"
10
RAVENDB_DOWNLOAD_URL = f"https://www.nuget.org/api/v2/package/RavenDB.Embedded/{RAVENDB_VERSION}"
11
@@ -45,7 +45,7 @@ def run(self):
45
package_dir={"ravendb_embedded": "ravendb_embedded"},
46
include_package_data=True,
47
long_description=open("README.rst").read(),
48
- version="6.2.4",
+ version="7.0.0",
49
description="RavenDB Embedded library to run RavenDB in an embedded way",
50
author="RavenDB",
51
author_email="[email protected]",
0 commit comments