Skip to content

Commit 38b44c9

Browse files
committed
Release 7.0
1 parent a67f6b8 commit 38b44c9

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

requirements.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,2 +1,2 @@
1-
ravendb==5.2.6
1+
ravendb==7.0.0
22
cryptography~=42.0.0

setup.py

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@
55
import urllib.request
66
from setuptools.command.sdist import sdist
77

8-
RAVENDB_VERSION = "6.2.4"
8+
RAVENDB_VERSION = "7.0.0"
99
ZIP_FILE_NAME = "server.zip"
1010
RAVENDB_DOWNLOAD_URL = f"https://www.nuget.org/api/v2/package/RavenDB.Embedded/{RAVENDB_VERSION}"
1111

@@ -45,7 +45,7 @@ def run(self):
4545
package_dir={"ravendb_embedded": "ravendb_embedded"},
4646
include_package_data=True,
4747
long_description=open("README.rst").read(),
48-
version="6.2.4",
48+
version="7.0.0",
4949
description="RavenDB Embedded library to run RavenDB in an embedded way",
5050
author="RavenDB",
5151
author_email="[email protected]",

0 commit comments

Comments
 (0)