From e04f4cf4c36032b8e141a63d84ffa4f9cd758194 Mon Sep 17 00:00:00 2001 From: Jimmy Pettersson Date: Fri, 17 Feb 2023 10:16:25 +0100 Subject: [PATCH 1/2] chore: fix logo link logo is not working in PyPi since it's a relative reference, changed to use the full GH URL --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 1265bae..2b986e1 100644 --- a/README.md +++ b/README.md @@ -3,7 +3,7 @@ [![build](https://github.com/GetStream/stream-python/workflows/build/badge.svg)](https://github.com/GetStream/stream-python/actions) [![PyPI version](https://badge.fury.io/py/stream-python.svg)](http://badge.fury.io/py/stream-python) ![PyPI - Python Version](https://img.shields.io/pypi/pyversions/stream-python.svg)

- +

Official Python API client for Stream Feeds, a web service for building scalable newsfeeds and activity streams. From 88db1b197f9a0e4ea16ed255c7e0581058c1d4ca Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" <41898282+github-actions[bot]@users.noreply.github.com> Date: Mon, 27 Feb 2023 20:57:53 +0100 Subject: [PATCH 2/2] chore(release): v5.2.1 (#143) Co-authored-by: github-actions --- CHANGELOG.md | 2 ++ stream/__init__.py | 2 +- 2 files changed, 3 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 9dd1ab5..f66fbe3 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -2,6 +2,8 @@ All notable changes to this project will be documented in this file. See [standard-version](https://github.com/conventional-changelog/standard-version) for commit guidelines. +### [5.2.1](https://github.com/GetStream/stream-python/compare/v5.2.0...v5.2.1) (2023-02-27) + ## [5.2.0](https://github.com/GetStream/stream-python/compare/v5.1.1...v5.2.0) (2023-02-16) diff --git a/stream/__init__.py b/stream/__init__.py index dc56b4b..1129601 100644 --- a/stream/__init__.py +++ b/stream/__init__.py @@ -5,7 +5,7 @@ __copyright__ = "Copyright 2022, Stream.io, Inc" __credits__ = ["Thierry Schellenbach, mellowmorning.com, @tschellenbach"] __license__ = "BSD-3-Clause" -__version__ = "5.2.0" +__version__ = "5.2.1" __maintainer__ = "Thierry Schellenbach" __email__ = "support@getstream.io" __status__ = "Production"