Skip to content

Commit

Permalink
Do not use dev version yet (jupyter-server#999)
Browse files Browse the repository at this point in the history
  • Loading branch information
blink1073 authored Sep 27, 2022
1 parent b8fe9d0 commit cc99a8f
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 3 deletions.
4 changes: 2 additions & 2 deletions jupyter_server/_version.py
Original file line number Diff line number Diff line change
Expand Up @@ -5,8 +5,8 @@
import re
from typing import List

# Version string must appear intact for tbump versioning
__version__ = "2.1.0.dev0"
# Version string must appear intact for automatic versioning
__version__ = "2.0.0rc0"

# Build up version_info tuple for backwards compatibility
pattern = r"(?P<major>\d+).(?P<minor>\d+).(?P<patch>\d+)(?P<rest>.*)"
Expand Down
1 change: 0 additions & 1 deletion pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -119,7 +119,6 @@ skip = ["check-links"]
before-build-python = ["npm install", "npm run build"]

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


Expand Down

0 comments on commit cc99a8f

Please sign in to comment.