Skip to content

Commit

Permalink
1.15.5
Browse files Browse the repository at this point in the history
Automatically generated by python-semantic-release
  • Loading branch information
github-actions committed Oct 25, 2023
1 parent 68a9bc7 commit 6542730
Show file tree
Hide file tree
Showing 3 changed files with 21 additions and 2 deletions.
17 changes: 17 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,23 @@



## v1.15.5 (2023-10-25)

### Other

* Auto ([`68a9bc7`](https://github.com/mraniki/talkytrend/commit/68a9bc76a8364a792c627efafb2af6094afd8273))

* Merge pull request #161 from mraniki/dev

⬆️ 🤖 - Auto Release ([`7fc5986`](https://github.com/mraniki/talkytrend/commit/7fc59864b45b6586632263cedc8a9a66a7c4d7e8))

* Auto ([`b750609`](https://github.com/mraniki/talkytrend/commit/b750609f758c3bb26d06907edea0a93dfa1ad0ec))

### Update

* Update Requirements ([`133b849`](https://github.com/mraniki/talkytrend/commit/133b849fdaf098a4728d9b36275583d5c23a1cf7))


## v1.15.4 (2023-10-20)

### Other
Expand Down
4 changes: 3 additions & 1 deletion pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ build-backend = "poetry.core.masonry.api"

[tool.poetry]
name = "talkytrend"
version = "1.15.4"
version = "1.15.5"
description = "A python package to retrieve economic data such as Trend for any financial symbol."
authors = ["mraniki <8766259+mraniki@users.noreply.github.com>"]
license = "MIT License"
Expand Down Expand Up @@ -71,6 +71,7 @@ skips = ["B101","B104"]




[tool.poetry.group.test.dependencies]
pytest = "^7.0"
pytest-cov = "^4.1"
Expand All @@ -96,6 +97,7 @@ omit = [




[tool.poetry.group.docs]
optional = true

Expand Down
2 changes: 1 addition & 1 deletion talkytrend/__init__.py
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
"""
Versioning
"""
__version__ = "1.15.4"
__version__ = "1.15.5"


from talkytrend.main import TalkyTrend
Expand Down

0 comments on commit 6542730

Please sign in to comment.