Skip to content

Commit

Permalink
5.3.13
Browse files Browse the repository at this point in the history
Automatically generated by python-semantic-release
  • Loading branch information
semantic-release committed Sep 17, 2024
1 parent 159e06a commit f618e40
Show file tree
Hide file tree
Showing 3 changed files with 12 additions and 2 deletions.
8 changes: 8 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,13 @@
# CHANGELOG

## v5.3.13 (2024-09-17)

### ⬆️

* ⬆️ 🤖 - A gift of a flower will soon be made to you (#382) ([`159e06a`](https://github.com/mraniki/iamlistening/commit/159e06a991a54da7dc34a149b1790cd97bef17a8))

* ⬆️ 🛠️(deps): update dependency py-cord to v2.6.1 ([`f448a53`](https://github.com/mraniki/iamlistening/commit/f448a53076182cdc13bdd0e96acdccd34dbabf40))

## v5.3.12 (2024-09-05)

### ⬆️
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__ = "5.3.12"
__version__ = "5.3.13"

from iamlistening.main import Listener

Expand Down
4 changes: 3 additions & 1 deletion pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@

[tool.poetry]
name = "iamlistening"
version = "5.3.12"
version = "5.3.13"
description = "A python package to interact with messaging platform."
authors = ["mraniki <8766259+mraniki@users.noreply.github.com>"]
license = "MIT License"
Expand Down Expand Up @@ -156,6 +156,7 @@ overgeneral-exceptions = [






[tool.poetry.group.test.dependencies]
Expand Down Expand Up @@ -245,6 +246,7 @@ pytest-loguru = "^0.4.0"






[tool.poetry.group.docs]
Expand Down

0 comments on commit f618e40

Please sign in to comment.