Skip to content

Commit

Permalink
3.3.10
Browse files Browse the repository at this point in the history
Automatically generated by python-semantic-release
  • Loading branch information
semantic-release committed Nov 5, 2024
1 parent e2e9efa commit 94b5b49
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.10 (2024-11-05)

### Other

* Merge pull request #313 from mraniki/dev

⬆️ 🤖 - Q What do you call a blind prehistoric animal ([`e2e9efa`](https://github.com/mraniki/talkytrend/commit/e2e9efa6fbbd623dbe3c0f2b74c091f5c753840e))

### ⬆️

* ⬆️ 🛠️(deps): update dependency pre-commit to v4 ([`db37517`](https://github.com/mraniki/talkytrend/commit/db375177ad496bc6ef9d7b2d8e847052889ba3a9))


## v3.3.9 (2024-11-02)

### 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.9"
version = "3.3.10"
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.9"
__version__ = "3.3.10"


from talkytrend.main import TalkyTrend
Expand Down

0 comments on commit 94b5b49

Please sign in to comment.