Skip to content

Commit 4997c7f

Browse files
committed
release(deps[gp-sphinx]) bump 0.0.1a16.dev4 → 0.0.1a16
why: gp-sphinx 0.0.1a16 (final) is on PyPI. Promote off the pre-release pin and drop the [tool.uv].prerelease workaround that was only needed to resolve *.devN versions. what: - bump every gp-sphinx workspace pin in pyproject.toml + uv.lock - drop the [tool.uv] block carrying prerelease = "allow"; the [tool.uv.exclude-newer-package] section it sat above is unchanged
1 parent 03adf47 commit 4997c7f

2 files changed

Lines changed: 45 additions & 53 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.1a16.dev4",
68-
"sphinx-autodoc-api-style==0.0.1a16.dev4",
69-
"sphinx-autodoc-pytest-fixtures==0.0.1a16.dev4",
67+
"gp-sphinx==0.0.1a16",
68+
"sphinx-autodoc-api-style==0.0.1a16",
69+
"sphinx-autodoc-pytest-fixtures==0.0.1a16",
7070
"gp-libs",
7171
"sphinx-autobuild",
7272
# Testing
@@ -85,9 +85,9 @@ dev = [
8585
]
8686

8787
docs = [
88-
"gp-sphinx==0.0.1a16.dev4",
89-
"sphinx-autodoc-api-style==0.0.1a16.dev4",
90-
"sphinx-autodoc-pytest-fixtures==0.0.1a16.dev4",
88+
"gp-sphinx==0.0.1a16",
89+
"sphinx-autodoc-api-style==0.0.1a16",
90+
"sphinx-autodoc-pytest-fixtures==0.0.1a16",
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.1a16.devN
120-
# pre-release track until the sphinx-vite-builder integration is
121-
# proven end-to-end. uv otherwise refuses to resolve `*.dev4`
122-
# markers 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)