From 6542730ff8452d1bf8a80c7249afe5d891409767 Mon Sep 17 00:00:00 2001 From: github-actions Date: Wed, 25 Oct 2023 01:19:40 +0000 Subject: [PATCH] 1.15.5 Automatically generated by python-semantic-release --- CHANGELOG.md | 17 +++++++++++++++++ pyproject.toml | 4 +++- talkytrend/__init__.py | 2 +- 3 files changed, 21 insertions(+), 2 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 7b31961..ba8b519 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -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 diff --git a/pyproject.toml b/pyproject.toml index 30178c0..e2d5cc8 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -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" @@ -71,6 +71,7 @@ skips = ["B101","B104"] + [tool.poetry.group.test.dependencies] pytest = "^7.0" pytest-cov = "^4.1" @@ -96,6 +97,7 @@ omit = [ + [tool.poetry.group.docs] optional = true diff --git a/talkytrend/__init__.py b/talkytrend/__init__.py index afe06ab..39baff9 100644 --- a/talkytrend/__init__.py +++ b/talkytrend/__init__.py @@ -1,7 +1,7 @@ """ Versioning """ -__version__ = "1.15.4" +__version__ = "1.15.5" from talkytrend.main import TalkyTrend