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 9404067 src/buildstream_plugins/__init__.py: Bumping version to 2.1.0
9404067 is described below
commit 940406754d8e14e1868c2950914260aaf0678838
Author: Tristan van Berkom <[email protected]>
AuthorDate: Fri Sep 22 13:26:57 2023 +0900
src/buildstream_plugins/__init__.py: Bumping version to 2.1.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 bc0ed84..0f69f29 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.1.0.dev0"
+__version__ = "2.1.0"