Skip to content

Commit e54ecf4

Browse files
committed
Bump to 13.0.0
1 parent 3ba4b66 commit e54ecf4

File tree

3 files changed

+3
-3
lines changed

3 files changed

+3
-3
lines changed

dockerspawner/_version.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
# __version__ should be updated using tbump, based on configuration in
22
# pyproject.toml, according to instructions in RELEASE.md.
33
#
4-
__version__ = "12.2.0.dev"
4+
__version__ = "13.0.0"
55

66
# version_info looks like (1, 2, 3, "dev") if __version__ is 1.2.3.dev
77
version_info = tuple(int(p) if p.isdigit() else p for p in __version__.split("."))

pyproject.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -59,7 +59,7 @@ markers = [
5959
github_url = "https://github.com/jupyterhub/dockerspawner"
6060

6161
[tool.tbump.version]
62-
current = "12.2.0.dev"
62+
current = "13.0.0"
6363
regex = '''
6464
(?P<major>\d+)
6565
\.

setup.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -46,7 +46,7 @@ def run(self):
4646
setup_args = dict(
4747
name='dockerspawner',
4848
packages=['dockerspawner'],
49-
version="12.2.0.dev",
49+
version="13.0.0",
5050
description="""Dockerspawner: A custom spawner for Jupyterhub.""",
5151
long_description="Spawn single-user servers with Docker.",
5252
author="Jupyter Development Team",

0 commit comments

Comments
 (0)