Skip to content

Commit

Permalink
Bump to v8.0.0
Browse files Browse the repository at this point in the history
  • Loading branch information
t20100 committed Jul 30, 2024
1 parent 086f883 commit 4905292
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .bumpversion.cfg
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
[bumpversion]
current_version = 7.0.1
current_version = 8.0.0
tag = True
commit = True
message = Bump to v{new_version}
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.0.1"
version = "8.0.0"

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

0 comments on commit 4905292

Please sign in to comment.