Skip to content

Commit 8aec337

Browse files
author
github-actions
committed
0.1.0-rc.4
Automatically generated by python-semantic-release
1 parent de75d73 commit 8aec337

File tree

4 files changed

+10
-3
lines changed

4 files changed

+10
-3
lines changed

CHANGELOG.md

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,13 @@
22

33

44

5+
## v0.1.0-rc.4 (2023-09-24)
6+
7+
### Fix
8+
9+
* fix: missing session-sharing between organisations and teams (#28) ([`de75d73`](https://github.com/Askepios-ai/masterblaster.py/commit/de75d73adf434b943c5c1517c90ec77f3e457a9f))
10+
11+
512
## v0.1.0-rc.3 (2023-09-23)
613

714
### Documentation

docs/conf.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@
1313
project = "masterblaster.py"
1414
copyright = "2023, Øyvind Nohr"
1515
author = "Øyvind Nohr"
16-
version = "0.1.0-rc.3"
16+
version = "0.1.0-rc.4"
1717

1818
# -- General configuration ---------------------------------------------------
1919
# Add any Sphinx extension module names here, as strings. They can be

masterblaster/__init__.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
__author__ = "Øyvind Nohr"
33
__license__ = "MIT"
44
__copyright__ = "Copyright 2023 Øyvind Nohr"
5-
__version__ = "0.1.0-rc.3"
5+
__version__ = "0.1.0-rc.4"
66

77
from .headers import *
88
from .masterblaster import *

pyproject.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ build-backend = "poetry.core.masonry.api"
44

55
[tool.poetry]
66
name = "masterblaster.py"
7-
version = "0.1.0-rc.3"
7+
version = "0.1.0-rc.4"
88
authors = ["Øyvind Nohr <oeyvindnohr@gmail.com>"]
99
description = "Python API wrapper for masterblaster.gg"
1010
readme = "README.md"

0 commit comments

Comments
 (0)