From 8aec3377c3afeae821dadccda97c2f0caa9e9348 Mon Sep 17 00:00:00 2001 From: github-actions Date: Sun, 24 Sep 2023 00:56:25 +0000 Subject: [PATCH] 0.1.0-rc.4 Automatically generated by python-semantic-release --- CHANGELOG.md | 7 +++++++ docs/conf.py | 2 +- masterblaster/__init__.py | 2 +- pyproject.toml | 2 +- 4 files changed, 10 insertions(+), 3 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index f065d7d..c1dea25 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -2,6 +2,13 @@ +## v0.1.0-rc.4 (2023-09-24) + +### Fix + +* fix: missing session-sharing between organisations and teams (#28) ([`de75d73`](https://github.com/Askepios-ai/masterblaster.py/commit/de75d73adf434b943c5c1517c90ec77f3e457a9f)) + + ## v0.1.0-rc.3 (2023-09-23) ### Documentation diff --git a/docs/conf.py b/docs/conf.py index d6b99eb..08683eb 100644 --- a/docs/conf.py +++ b/docs/conf.py @@ -13,7 +13,7 @@ project = "masterblaster.py" copyright = "2023, Øyvind Nohr" author = "Øyvind Nohr" -version = "0.1.0-rc.3" +version = "0.1.0-rc.4" # -- General configuration --------------------------------------------------- # Add any Sphinx extension module names here, as strings. They can be diff --git a/masterblaster/__init__.py b/masterblaster/__init__.py index 064ca3f..3ba8ec5 100644 --- a/masterblaster/__init__.py +++ b/masterblaster/__init__.py @@ -2,7 +2,7 @@ __author__ = "Øyvind Nohr" __license__ = "MIT" __copyright__ = "Copyright 2023 Øyvind Nohr" -__version__ = "0.1.0-rc.3" +__version__ = "0.1.0-rc.4" from .headers import * from .masterblaster import * diff --git a/pyproject.toml b/pyproject.toml index 87c2417..dab0c26 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -4,7 +4,7 @@ build-backend = "poetry.core.masonry.api" [tool.poetry] name = "masterblaster.py" -version = "0.1.0-rc.3" +version = "0.1.0-rc.4" authors = ["Øyvind Nohr "] description = "Python API wrapper for masterblaster.gg" readme = "README.md"