Skip to content

Commit

Permalink
Bump to 13.0.0
Browse files Browse the repository at this point in the history
  • Loading branch information
minrk committed Nov 21, 2023
1 parent 3ba4b66 commit e54ecf4
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion dockerspawner/_version.py
@@ -1,7 +1,7 @@
# __version__ should be updated using tbump, based on configuration in
# pyproject.toml, according to instructions in RELEASE.md.
#
__version__ = "12.2.0.dev"
__version__ = "13.0.0"

# 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
Expand Up @@ -59,7 +59,7 @@ markers = [
github_url = "https://github.com/jupyterhub/dockerspawner"

[tool.tbump.version]
current = "12.2.0.dev"
current = "13.0.0"
regex = '''
(?P<major>\d+)
\.
Expand Down
2 changes: 1 addition & 1 deletion setup.py
Expand Up @@ -46,7 +46,7 @@ def run(self):
setup_args = dict(
name='dockerspawner',
packages=['dockerspawner'],
version="12.2.0.dev",
version="13.0.0",
description="""Dockerspawner: A custom spawner for Jupyterhub.""",
long_description="Spawn single-user servers with Docker.",
author="Jupyter Development Team",
Expand Down

0 comments on commit e54ecf4

Please sign in to comment.