File tree Expand file tree Collapse file tree 2 files changed +2
-3
lines changed Expand file tree Collapse file tree 2 files changed +2
-3
lines changed Original file line number Diff line number Diff line change 5
5
import re
6
6
from typing import List
7
7
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 "
10
10
11
11
# Build up version_info tuple for backwards compatibility
12
12
pattern = r"(?P<major>\d+).(?P<minor>\d+).(?P<patch>\d+)(?P<rest>.*)"
Original file line number Diff line number Diff line change @@ -119,7 +119,6 @@ skip = ["check-links"]
119
119
before-build-python = [" npm install" , " npm run build" ]
120
120
121
121
[tool .jupyter-releaser .options ]
122
- post-version-spec = " dev"
123
122
pydist_resource_paths = [" jupyter_server/static/style/bootstrap.min.css" , " jupyter_server/static/style/bootstrap-theme.min.css" ]
124
123
125
124
You can’t perform that action at this time.
0 commit comments