Skip to content

Commit

Permalink
3.3.11
Browse files Browse the repository at this point in the history
Automatically generated by python-semantic-release
  • Loading branch information
semantic-release committed Nov 7, 2024
1 parent e5fec06 commit 6b9eeaf
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
@@ -1,6 +1,19 @@
# CHANGELOG


## v3.3.11 (2024-11-07)

### Other

* Merge pull request #315 from mraniki/dev

⬆️ 🤖 - Conscience doth make cowards of us all ([`e5fec06`](https://github.com/mraniki/talkytrend/commit/e5fec0650e85bdd3cd41c109aa110c4cafe83dad))

### ⬆️

* ⬆️ 🛠️(deps): update dependency finnhub-python to v2.4.21 ([`71e7d42`](https://github.com/mraniki/talkytrend/commit/71e7d4232b95a045b1c1d30e643eaa37569ab77d))


## v3.3.10 (2024-11-05)

### Other
Expand Down
2 changes: 1 addition & 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 = "3.3.10"
version = "3.3.11"
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
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__ = "3.3.10"
__version__ = "3.3.11"


from talkytrend.main import TalkyTrend
Expand Down

0 comments on commit 6b9eeaf

Please sign in to comment.