This is an automated email from the ASF dual-hosted git repository. tvb pushed a commit to branch tristan/doc-build-fix in repository https://gitbox.apache.org/repos/asf/buildstream-plugins.git
commit 79649529cffb695d0d22195ed9a4910c80ca6907 Author: Tristan van Berkom <[email protected]> AuthorDate: Tue Jun 3 22:54:27 2025 +0900 tox.ini: Bumping buildstream version to release candidate tag This needs to happen before the release because otherwise the documentation is not building, due to a recent cython breakage. --- tox.ini | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tox.ini b/tox.ini index 330c0cb..e483d1f 100644 --- a/tox.ini +++ b/tox.ini @@ -58,7 +58,7 @@ setenv = py{39,310,311,312,313}: XDG_CACHE_HOME = {envtmpdir}/cache py{39,310,311,312,313}: XDG_CONFIG_HOME = {envtmpdir}/config py{39,310,311,312,313}: XDG_DATA_HOME = {envtmpdir}/share - !master: BST_VERSION = ad25c4ba0e6947013cc59c9e6e88a235329292d2 + !master: BST_VERSION = 2.5.0.dev1 master: BST_VERSION = master allowlist_externals =
