Skip to content

Commit

Permalink
0.1.0-rc.4
Browse files Browse the repository at this point in the history
Automatically generated by python-semantic-release
  • Loading branch information
github-actions committed Sep 24, 2023
1 parent de75d73 commit 8aec337
Show file tree
Hide file tree
Showing 4 changed files with 10 additions and 3 deletions.
7 changes: 7 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down
2 changes: 1 addition & 1 deletion docs/conf.py
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down
2 changes: 1 addition & 1 deletion masterblaster/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -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 *
Expand Down
2 changes: 1 addition & 1 deletion pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -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 <[email protected]>"]
description = "Python API wrapper for masterblaster.gg"
readme = "README.md"
Expand Down

0 comments on commit 8aec337

Please sign in to comment.