Skip to content

Commit

Permalink
version bump to v7.6.0
Browse files Browse the repository at this point in the history
  • Loading branch information
lexming committed Jun 26, 2024
1 parent 78424a3 commit d3cdca6
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 1 deletion.
2 changes: 2 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -5,8 +5,10 @@ maintained by VUB-HPC.

Notable changes in this fork:
* support for multi-cluster setups in Slurm
* support for oversubscription and sharding in Slurm
* support different groups of default environment
* display available resources as job slots per amount of cores
* disable unavailable resources from resource panel

**jupyterhub_moss** is a Python package that provides:

Expand Down
2 changes: 1 addition & 1 deletion jupyterhub_moss/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
from .spawner import MOSlurmSpawner
from .utils import local_path as _local_path

version = "7.5.0"
version = "7.6.0"

STATIC_FORM_REGEX = r"/form/(.*)"
STATIC_FORM_PATH = _local_path("form")
Expand Down

0 comments on commit d3cdca6

Please sign in to comment.