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 8cdd230 setup.py: Preparing for 1.95.0 release
8cdd230 is described below
commit 8cdd230cadabddb1367856005d22006e69d5247b
Author: Tristan van Berkom <[email protected]>
AuthorDate: Tue Jun 7 20:26:09 2022 +0900
setup.py: Preparing for 1.95.0 release
---
NEWS | 5 +++++
setup.py | 2 +-
2 files changed, 6 insertions(+), 1 deletion(-)
diff --git a/NEWS b/NEWS
new file mode 100644
index 0000000..fe35304
--- /dev/null
+++ b/NEWS
@@ -0,0 +1,5 @@
+==================
+buildstream 1.95.0
+==================
+
+Initial beta release of buildstream-plugins.
diff --git a/setup.py b/setup.py
index 44d1b23..feab341 100755
--- a/setup.py
+++ b/setup.py
@@ -40,7 +40,7 @@ with open(
setup(
name="buildstream-plugins",
- version="1.91.0",
+ version="1.95.0",
author="BuildStream Developers",
author_email="[email protected]",
classifiers=[