Skip to content

Commit cc99a8f

Browse files
authored
Do not use dev version yet (#999)
1 parent b8fe9d0 commit cc99a8f

File tree

2 files changed

+2
-3
lines changed

2 files changed

+2
-3
lines changed

jupyter_server/_version.py

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -5,8 +5,8 @@
55
import re
66
from typing import List
77

8-
# Version string must appear intact for tbump versioning
9-
__version__ = "2.1.0.dev0"
8+
# Version string must appear intact for automatic versioning
9+
__version__ = "2.0.0rc0"
1010

1111
# Build up version_info tuple for backwards compatibility
1212
pattern = r"(?P<major>\d+).(?P<minor>\d+).(?P<patch>\d+)(?P<rest>.*)"

pyproject.toml

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -119,7 +119,6 @@ skip = ["check-links"]
119119
before-build-python = ["npm install", "npm run build"]
120120

121121
[tool.jupyter-releaser.options]
122-
post-version-spec = "dev"
123122
pydist_resource_paths = ["jupyter_server/static/style/bootstrap.min.css", "jupyter_server/static/style/bootstrap-theme.min.css"]
124123

125124

0 commit comments

Comments
 (0)