This is an automated email from the ASF dual-hosted git repository. juergbi pushed a commit to branch jbilleter/2.7.0 in repository https://gitbox.apache.org/repos/asf/buildstream-plugins.git
commit 66648ce6f11f8a8ba5dc95ff1964f51d57d090fe Author: Jürg Billeter <[email protected]> AuthorDate: Fri Feb 13 17:49:02 2026 +0100 __init__.py: Bump version to 2.7.0.dev0 --- src/buildstream_plugins/__init__.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/buildstream_plugins/__init__.py b/src/buildstream_plugins/__init__.py index e9dfec9..55835b2 100644 --- a/src/buildstream_plugins/__init__.py +++ b/src/buildstream_plugins/__init__.py @@ -15,4 +15,4 @@ # # Remember to adjust this version number before tagging releases # -__version__ = "2.5.0" +__version__ = "2.7.0.dev0"
