You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@streampipes.apache.org by bo...@apache.org on 2023/01/19 20:55:42 UTC

[streampipes] branch chore/introduce-messaging-endpoint updated (23221b715 -> d0d49ccc9)

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

bossenti pushed a change to branch chore/introduce-messaging-endpoint
in repository https://gitbox.apache.org/repos/asf/streampipes.git


 discard 23221b715 refactor: bump version to the latest release
     new d0d49ccc9 refactor: bump version to the latest release

This update added new revisions after undoing existing revisions.
That is to say, some revisions that were in the old version of the
branch are not in the new version.  This situation occurs
when a user --force pushes a change and generates a repository
containing something like this:

 * -- * -- B -- O -- O -- O   (23221b715)
            \
             N -- N -- N   refs/heads/chore/introduce-messaging-endpoint (d0d49ccc9)

You should already have received notification emails for all of the O
revisions, and so the following emails describe only the N revisions
from the common base, B.

Any revisions marked "omit" are not gone; other references still
refer to them.  Any revisions marked "discard" are gone forever.

The 1 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:
 streampipes-client-python/setup.py | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)


[streampipes] 01/01: refactor: bump version to the latest release

Posted by bo...@apache.org.
This is an automated email from the ASF dual-hosted git repository.

bossenti pushed a commit to branch chore/introduce-messaging-endpoint
in repository https://gitbox.apache.org/repos/asf/streampipes.git

commit d0d49ccc980e3effb1516e6c39fbf6ca9e6001e5
Author: bossenti <bo...@posteo.de>
AuthorDate: Thu Jan 19 21:50:22 2023 +0100

    refactor: bump version to the latest release
    
    Signed-off-by: bossenti <bo...@posteo.de>
---
 streampipes-client-python/setup.py                          | 2 +-
 streampipes-client-python/streampipes_client/__version__.py | 2 +-
 2 files changed, 2 insertions(+), 2 deletions(-)

diff --git a/streampipes-client-python/setup.py b/streampipes-client-python/setup.py
index e832c0dee..6b3959755 100644
--- a/streampipes-client-python/setup.py
+++ b/streampipes-client-python/setup.py
@@ -50,8 +50,8 @@ dev_packages = base_packages + [
     "pytest==7.2.1",
     "pytest-cov==4.0.0",
     "pyupgrade==3.3.1",
+    "types-Jinja2==2.11.9",
     "types-requests==2.28.11.7",
-    "types-Jinja2==2.11.9"
 ]
 
 docs_packages = [
diff --git a/streampipes-client-python/streampipes_client/__version__.py b/streampipes-client-python/streampipes_client/__version__.py
index 7eef49c16..11761693a 100644
--- a/streampipes-client-python/streampipes_client/__version__.py
+++ b/streampipes-client-python/streampipes_client/__version__.py
@@ -16,6 +16,6 @@
 #
 #
 
-VERSION = (0, 71, 0)  # pragma: no cover
+VERSION = (0, 90, 0)  # pragma: no cover
 
 __version__ = ".".join(map(str, VERSION))  # noqa: F401 # pragma: no cover