From 94b5b49e5249ce6299a6be2afd9ca427fc2470b2 Mon Sep 17 00:00:00 2001 From: semantic-release Date: Tue, 5 Nov 2024 05:31:34 +0000 Subject: [PATCH] 3.3.10 Automatically generated by python-semantic-release --- CHANGELOG.md | 13 +++++++++++++ pyproject.toml | 2 +- talkytrend/__init__.py | 2 +- 3 files changed, 15 insertions(+), 2 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 92c7be5..8be71ac 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -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 diff --git a/pyproject.toml b/pyproject.toml index d1e65d3..bc50c4f 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -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" diff --git a/talkytrend/__init__.py b/talkytrend/__init__.py index 4d4396c..795baf2 100644 --- a/talkytrend/__init__.py +++ b/talkytrend/__init__.py @@ -1,7 +1,7 @@ """ Versioning """ -__version__ = "3.3.9" +__version__ = "3.3.10" from talkytrend.main import TalkyTrend