Skip to content

Commit dd58003

Browse files
committed
release(deps[gp-sphinx]) bump 0.0.1a18.dev0 → 0.0.1a18
why: gp-sphinx 0.0.1a18 is now live on PyPI with the curated autodoc rendering work from PR git-pull/gp-sphinx#36 (merged to main). The dev0 scaffolding can come out. what: - bump every gp-sphinx workspace pin from 0.0.1a18.dev0 to 0.0.1a18 - remove [tool.uv].prerelease = "allow" — no longer needed now that the dev marker is gone
1 parent 75a1bed commit dd58003

2 files changed

Lines changed: 49 additions & 57 deletions

File tree

pyproject.toml

Lines changed: 6 additions & 13 deletions
Original file line numberDiff line numberDiff line change
@@ -64,9 +64,9 @@ Changes = "https://github.com/vcs-python/libvcs/blob/master/CHANGES"
6464
[dependency-groups]
6565
dev = [
6666
# Docs
67-
"gp-sphinx==0.0.1a18.dev0",
68-
"sphinx-autodoc-api-style==0.0.1a18.dev0",
69-
"sphinx-autodoc-pytest-fixtures==0.0.1a18.dev0",
67+
"gp-sphinx==0.0.1a18",
68+
"sphinx-autodoc-api-style==0.0.1a18",
69+
"sphinx-autodoc-pytest-fixtures==0.0.1a18",
7070
"gp-libs",
7171
"sphinx-autobuild",
7272
# Testing
@@ -85,9 +85,9 @@ dev = [
8585
]
8686

8787
docs = [
88-
"gp-sphinx==0.0.1a18.dev0",
89-
"sphinx-autodoc-api-style==0.0.1a18.dev0",
90-
"sphinx-autodoc-pytest-fixtures==0.0.1a18.dev0",
88+
"gp-sphinx==0.0.1a18",
89+
"sphinx-autodoc-api-style==0.0.1a18",
90+
"sphinx-autodoc-pytest-fixtures==0.0.1a18",
9191
"gp-libs",
9292
"sphinx-autobuild",
9393
]
@@ -115,13 +115,6 @@ libvcs = "libvcs.pytest_plugin"
115115
requires = ["hatchling"]
116116
build-backend = "hatchling.build"
117117

118-
[tool.uv]
119-
# `[DO NOT MERGE]`: gp-sphinx workspace ships on the 0.0.1a18.devN
120-
# pre-release track until PR git-pull/gp-sphinx#36 is proven
121-
# end-to-end. uv otherwise refuses to resolve `*.dev0` markers
122-
# without this allow.
123-
prerelease = "allow"
124-
125118
[tool.uv.exclude-newer-package]
126119
# git-pull packages release in lockstep with their workspaces, so a
127120
# fresh release blocking on the 3-day cooldown blocks every

0 commit comments

Comments
 (0)