You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@buildstream.apache.org by tv...@apache.org on 2022/12/22 08:52:56 UTC

[buildstream-plugins] branch master updated: __init__.py: Set version to 2.0.0

This is an automated email from the ASF dual-hosted git repository.

tvb pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/buildstream-plugins.git


The following commit(s) were added to refs/heads/master by this push:
     new da8218f  __init__.py: Set version to 2.0.0
da8218f is described below

commit da8218fa0a1d6c5870c7d11766b17fcd7fdd39c9
Author: Tristan van Berkom <tr...@codethink.co.uk>
AuthorDate: Thu Dec 22 17:41:53 2022 +0900

    __init__.py: Set version to 2.0.0
---
 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 7d0f35a..c412866 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__ = "1.95.7"
+__version__ = "2.0.0"