Skip to content

Commit df00037

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 9706eb8 commit df00037

2 files changed

Lines changed: 46 additions & 54 deletions

File tree

pyproject.toml

Lines changed: 6 additions & 13 deletions
Original file line numberDiff line numberDiff line change
@@ -52,9 +52,9 @@ Changes = "https://github.com/tmux-python/libtmux/blob/master/CHANGES"
5252
[dependency-groups]
5353
dev = [
5454
# Docs (via gp-sphinx)
55-
"gp-sphinx==0.0.1a18.dev0",
56-
"sphinx-autodoc-api-style==0.0.1a18.dev0",
57-
"sphinx-autodoc-pytest-fixtures==0.0.1a18.dev0",
55+
"gp-sphinx==0.0.1a18",
56+
"sphinx-autodoc-api-style==0.0.1a18",
57+
"sphinx-autodoc-pytest-fixtures==0.0.1a18",
5858
"sphinx-autobuild",
5959
"types-docutils",
6060
# Testing
@@ -75,9 +75,9 @@ dev = [
7575
]
7676

7777
docs = [
78-
"gp-sphinx==0.0.1a18.dev0",
79-
"sphinx-autodoc-api-style==0.0.1a18.dev0",
80-
"sphinx-autodoc-pytest-fixtures==0.0.1a18.dev0",
78+
"gp-sphinx==0.0.1a18",
79+
"sphinx-autodoc-api-style==0.0.1a18",
80+
"sphinx-autodoc-pytest-fixtures==0.0.1a18",
8181
"sphinx-autobuild",
8282
]
8383
testing = [
@@ -106,13 +106,6 @@ libtmux = "libtmux.pytest_plugin"
106106
requires = ["hatchling"]
107107
build-backend = "hatchling.build"
108108

109-
[tool.uv]
110-
# `[DO NOT MERGE]`: gp-sphinx workspace ships on the 0.0.1a18.devN
111-
# pre-release track until PR git-pull/gp-sphinx#36 is proven
112-
# end-to-end. uv otherwise refuses to resolve `*.dev0` markers
113-
# without this allow.
114-
prerelease = "allow"
115-
116109
[tool.uv.exclude-newer-package]
117110
# git-pull packages release in lockstep with their workspaces, so a
118111
# fresh release blocking on the 3-day cooldown blocks every

0 commit comments

Comments
 (0)