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/11/11 07:32:22 UTC

[buildstream-plugins] branch master updated (04f10fe -> 64b2d6e)

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

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


    from 04f10fe  Merge pull request #36 from apache/tristan/more-release-fixes
     new c4ab5b1  NEWS: Updating for 1.95.5 snapshot
     new 64b2d6e  src/buildstream_plugins/__init__.py: Updating version for 1.95.5 snapshot

The 2 revisions listed above as "new" are entirely new to this
repository and will be described in separate emails.  The revisions
listed as "add" were already present in the repository and have only
been added to this reference.


Summary of changes:
 NEWS                                | 10 ++++++++++
 src/buildstream_plugins/__init__.py |  2 +-
 2 files changed, 11 insertions(+), 1 deletion(-)


[buildstream-plugins] 01/02: NEWS: Updating for 1.95.5 snapshot

Posted by tv...@apache.org.
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

commit c4ab5b1250420804b4f0110de1d291d466cbbb35
Author: Tristan van Berkom <tr...@codethink.co.uk>
AuthorDate: Fri Nov 11 16:27:35 2022 +0900

    NEWS: Updating for 1.95.5 snapshot
---
 NEWS | 10 ++++++++++
 1 file changed, 10 insertions(+)

diff --git a/NEWS b/NEWS
index ed084ed..93947a4 100644
--- a/NEWS
+++ b/NEWS
@@ -1,3 +1,13 @@
+==========================
+buildstream-plugins 1.95.5
+==========================
+
+  o Updating copyright year in NOTICE file
+
+  o Updating setup.py with updated author and documentaiton link
+
+  o Updating generated documentation to use new author and copyright
+
 ==========================
 buildstream-plugins 1.95.4
 ==========================


[buildstream-plugins] 02/02: src/buildstream_plugins/__init__.py: Updating version for 1.95.5 snapshot

Posted by tv...@apache.org.
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

commit 64b2d6e6754741a1053ee1d18f866f2649bd7f29
Author: Tristan van Berkom <tr...@codethink.co.uk>
AuthorDate: Fri Nov 11 16:28:22 2022 +0900

    src/buildstream_plugins/__init__.py: Updating version for 1.95.5 snapshot
---
 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 726939c..3ea42e1 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.3"
+__version__ = "1.95.5"