Skip to content

Commit 299ba60

Browse files
author
github-actions
committed
0.1.0-rc.7
Automatically generated by python-semantic-release
1 parent 4240254 commit 299ba60

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.7 (2023-10-22)
6+
7+
### Fix
8+
9+
* fix: mb includes boolean for all teams ready (#34) ([`4240254`](https://github.com/Askepios-ai/masterblaster.py/commit/4240254e4154eab684af1ab7db7dceafbcc1605c))
10+
11+
512
## v0.1.0-rc.6 (2023-10-02)
613

714
### Fix

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.6"
16+
version = "0.1.0-rc.7"
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.6"
5+
__version__ = "0.1.0-rc.7"
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.6"
7+
version = "0.1.0-rc.7"
88
authors = ["Øyvind Nohr <[email protected]>"]
99
description = "Python API wrapper for masterblaster.gg"
1010
readme = "README.md"

0 commit comments

Comments
 (0)