Skip to content

Commit

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



## v1.1.3 (2023-07-19)

### ⬆️

* ⬆️ 👷 CI Change (#61) ([`e82a5ff`](https://github.com/mraniki/iamlistening/commit/e82a5ff1fa27016c58b5312be751d71210c85a7d))

* ⬆️ 👷 CI Change ([`f97666a`](https://github.com/mraniki/iamlistening/commit/f97666a69e56f58234dbe4cb819d74187e559a31))

### 🚨

* 🚨 linter config ([`44395a6`](https://github.com/mraniki/iamlistening/commit/44395a6158034e0a7b29cf9065b5dd68bdf1831d))


## v1.1.2 (2023-07-18)

### :zap:
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__ = "1.1.2"
__version__ = "1.1.3"

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 = "1.1.2"
version = "1.1.3"
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 3662b33

Please sign in to comment.