Skip to content

Commit

Permalink
Merge pull request #13 from poissoncorp/5.2.6
Browse files Browse the repository at this point in the history
Update to 5.2.6
  • Loading branch information
poissoncorp authored Mar 7, 2024
2 parents 0ee3937 + 4b1d837 commit 5c876e4
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion requirements.txt
Original file line number Diff line number Diff line change
@@ -1,2 +1,2 @@
ravendb==5.2.5.post1
ravendb==5.2.6
cryptography~=42.0.0
6 changes: 3 additions & 3 deletions setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
import urllib.request
from setuptools.command.sdist import sdist

RAVENDB_VERSION = "5.4.115"
RAVENDB_VERSION = "5.4.116"
ZIP_FILE_NAME = "server.zip"
RAVENDB_DOWNLOAD_URL = f"https://www.nuget.org/api/v2/package/RavenDB.Embedded/{RAVENDB_VERSION}"

Expand Down Expand Up @@ -45,15 +45,15 @@ def run(self):
package_dir={"ravendb_embedded": "ravendb_embedded"},
include_package_data=True,
long_description=open("README.rst").read(),
version="5.2.5.post1",
version="5.2.6",
description="RavenDB Embedded library to run RavenDB in an embedded way",
author="RavenDB",
author_email="support@ravendb.net",
url="https://github.com/ravendb/ravendb-python-embedded",
license="Custom EULA",
keywords="ravendb embedded database nosql doc db",
install_requires=[
"ravendb==5.2.5.post1",
"ravendb==5.2.6",
"cryptography~=42.0.0",
],
zip_safe=False,
Expand Down

0 comments on commit 5c876e4

Please sign in to comment.