Skip to content

Commit 6acf938

Browse files
authored
Merge pull request #21 from poissoncorp/RDBC-907
RDBC-907 Release new version
2 parents bac16ad + 2a09099 commit 6acf938

File tree

2 files changed

+4
-4
lines changed

2 files changed

+4
-4
lines changed

requirements.txt

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

setup.py

Lines changed: 3 additions & 3 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 = "7.0.0"
8+
RAVENDB_VERSION = "7.0.2"
99
ZIP_FILE_NAME = "server.zip"
1010
RAVENDB_DOWNLOAD_URL = f"https://www.nuget.org/api/v2/package/RavenDB.Embedded/{RAVENDB_VERSION}"
1111

@@ -45,15 +45,15 @@ def run(self):
4545
package_dir={"ravendb_embedded": "ravendb_embedded"},
4646
include_package_data=True,
4747
long_description=open("README.rst").read(),
48-
version="7.0.0",
48+
version="7.0.2",
4949
description="RavenDB Embedded library to run RavenDB in an embedded way",
5050
author="RavenDB",
5151
author_email="[email protected]",
5252
url="https://github.com/ravendb/ravendb-python-embedded",
5353
license="Custom EULA",
5454
keywords="ravendb embedded database nosql doc db",
5555
install_requires=[
56-
"ravendb==7.0.0",
56+
"ravendb==7.0.2",
5757
"cryptography~=42.0.0",
5858
],
5959
license_files="LICENSE",

0 commit comments

Comments
 (0)