Skip to content

Commit

Permalink
0.2.8
Browse files Browse the repository at this point in the history
Automatically generated by python-semantic-release
  • Loading branch information
github-actions committed Jul 7, 2023
1 parent 00a5254 commit 0167db9
Show file tree
Hide file tree
Showing 3 changed files with 11 additions and 2 deletions.
9 changes: 9 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,15 @@

<!--next-version-placeholder-->

## v0.2.8 (2023-07-07)

### Fix

* 📝 readmydocs updated config ([#41](https://github.com/mraniki/iamlistening/issues/41)) ([`00a5254`](https://github.com/mraniki/iamlistening/commit/00a525438e90abe00c4de412bb942ecd2f3d0d2b))
* :memo: pyproject doc related update ([`94ce41e`](https://github.com/mraniki/iamlistening/commit/94ce41e0ed3824b896c1beb13fd42b3f7368e0c6))
* :memo: readmydocs updated config ([`4d6c81a`](https://github.com/mraniki/iamlistening/commit/4d6c81a20ff3c2c154fcc3c6a656e30a6a555796))
* 📝 readmydocs updated config ([`d7090f8`](https://github.com/mraniki/iamlistening/commit/d7090f8ef2d62c202fad54df413ee5caf87141b0))

## v0.2.7 (2023-07-06)

### Fix
Expand Down
2 changes: 1 addition & 1 deletion iamlistening/__init__.py
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
"""
Versioning
"""
__version__ = "0.2.7"
__version__ = "0.2.8"

from .config import settings
from .main import Listener
2 changes: 1 addition & 1 deletion pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ build-backend = "poetry.core.masonry.api"

[tool.poetry]
name = "iamlistening"
version = "0.2.7"
version = "0.2.8"
description = "A python package to interact with messaging platform."
authors = ["mraniki <8766259+mraniki@users.noreply.github.com>"]
license = "MIT License"
Expand Down

0 comments on commit 0167db9

Please sign in to comment.