Skip to content

Commit

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

## v3.3.5 (2024-10-09)

### Other

* Merge pull request #299 from mraniki/dev

⬆️ 🤖 - You definitely intend to start living sometime soon ([`0a912dc`](https://github.com/mraniki/talkytrend/commit/0a912dcbc46b41d37b3b05633d7300f1957eb7df))

### ⬆️

* ⬆️ 🛠️(deps): update python docker tag to v3.13 ([`65f252e`](https://github.com/mraniki/talkytrend/commit/65f252e4854112252ef5f10b1313bcb220c7bf9d))

## v3.3.4 (2024-10-03)

### 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.4"
version = "3.3.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
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.4"
__version__ = "3.3.5"


from talkytrend.main import TalkyTrend
Expand Down

0 comments on commit 7b9d46a

Please sign in to comment.