Skip to content

Commit

Permalink
3.3.16
Browse files Browse the repository at this point in the history
Automatically generated by python-semantic-release
  • Loading branch information
semantic-release committed Jan 12, 2025
1 parent f0222c0 commit e84aa37
Show file tree
Hide file tree
Showing 3 changed files with 17 additions and 2 deletions.
15 changes: 15 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,21 @@
# CHANGELOG


## v3.3.16 (2025-01-12)

### Other

- Merge pull request #331 from mraniki/dev
([`f0222c0`](https://github.com/mraniki/talkytrend/commit/f0222c003353b81109bf384a8757643e807398d3))

⬆️ 🤖 - Excellent day for putting Slinkies on an escalator

### Update

- Update dependabot configuration file
([`3097daa`](https://github.com/mraniki/talkytrend/commit/3097daaf75109440a895edc2010d169283e35085))


## v3.3.15 (2025-01-11)

### 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.15"
version = "3.3.16"
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.15"
__version__ = "3.3.16"


from talkytrend.main import TalkyTrend
Expand Down

0 comments on commit e84aa37

Please sign in to comment.