Skip to content

Commit

Permalink
Bump to 7.0.0b2
Browse files Browse the repository at this point in the history
  • Loading branch information
minrk committed Oct 2, 2024
1 parent bbac250 commit 621be0e
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion kubespawner/_version.py
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
# __version__ should be updated using tbump, based on configuration in
# pyproject.toml, according to instructions in RELEASE.md.
#
__version__ = "7.0.0b1"
__version__ = "7.0.0b2"

# version_info looks like (1, 2, 3, "dev") if __version__ is 1.2.3.dev
version_info = tuple(int(p) if p.isdigit() else p for p in __version__.split("."))
2 changes: 1 addition & 1 deletion pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -118,7 +118,7 @@ norecursedirs = "lib lib64"
github_url = "https://github.com/jupyterhub/kubespawner"

[tool.tbump.version]
current = "7.0.0b1"
current = "7.0.0b2"
regex = '''
(?P<major>\d+)
\.
Expand Down

0 comments on commit 621be0e

Please sign in to comment.