Skip to content

Commit

Permalink
Merge pull request #2629 from phillxnet/2626_venv_not_updating_re_pyt…
Browse files Browse the repository at this point in the history
…hon_version_change

venv not updating re python version change #2626
  • Loading branch information
phillxnet authored Jul 24, 2023
2 parents 2320e62 + 3425561 commit 5252197
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion build.sh
Original file line number Diff line number Diff line change
Expand Up @@ -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.0
jslibs_version=5.0.1
jslibs_url=https://github.com/rockstor/rockstor-jslibs/archive/refs/tags/"${jslibs_version}".tar.gz

# Check for rpm embedded, or previously downloaded jslibs.
Expand Down
2 changes: 1 addition & 1 deletion pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ build-backend = "poetry.core.masonry.api"

[tool.poetry]
name = "rockstor"
version = "5.0.0"
version = "5.0.1"
description = "Btrfs Network Attached Storage (NAS) Appliance."
homepage = "https://rockstor.com/"
repository = "https://github.com/rockstor/rockstor-core"
Expand Down

0 comments on commit 5252197

Please sign in to comment.