From 57eeb4edeb4694d751961bfb1775ccab96eeeb80 Mon Sep 17 00:00:00 2001 From: Philip Guyton Date: Wed, 2 Aug 2023 14:23:42 +0100 Subject: [PATCH] resolve indeterminate or inappropriate postgresql alternative config #2632 Rockstor-core counterpart to rockstor-rpmbuild repo issue. - Updates pyproject.toml and build.sh to new version. --- build.sh | 2 +- pyproject.toml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/build.sh b/build.sh index be6002b0b..dbf9b3d62 100644 --- a/build.sh +++ b/build.sh @@ -28,7 +28,7 @@ echo # Add js libs. See: https://github.com/rockstor/rockstor-jslibs # Set jslibs_version of GitHub release: -jslibs_version=5.0.1 +jslibs_version=5.0.2 jslibs_url=https://github.com/rockstor/rockstor-jslibs/archive/refs/tags/"${jslibs_version}".tar.gz # Check for rpm embedded, or previously downloaded jslibs. diff --git a/pyproject.toml b/pyproject.toml index ebd0b979d..564b750a0 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -4,7 +4,7 @@ build-backend = "poetry.core.masonry.api" [tool.poetry] name = "rockstor" -version = "5.0.1" +version = "5.0.2" description = "Btrfs Network Attached Storage (NAS) Appliance." homepage = "https://rockstor.com/" repository = "https://github.com/rockstor/rockstor-core"