Skip to content
This repository has been archived by the owner on Jun 13, 2024. It is now read-only.

Commit

Permalink
Bump to v3.2.9
Browse files Browse the repository at this point in the history
  • Loading branch information
brian-the-dev committed Sep 1, 2021
1 parent 52dd41a commit b227188
Show file tree
Hide file tree
Showing 3 changed files with 9 additions and 2 deletions.
7 changes: 7 additions & 0 deletions docs/changelog.rst
Original file line number Diff line number Diff line change
@@ -1,6 +1,13 @@
Changelog
=========

3.2.9
-----

New:

* Interval: 30 minutes and 2 hours

3.2.8
-----

Expand Down
2 changes: 1 addition & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@

setuptools.setup(
name='tradingview_ta',
version='3.2.8',
version='3.2.9',
description="Unofficial TradingView technical analysis API wrapper.",
long_description=long_description,
long_description_content_type="text/markdown",
Expand Down
2 changes: 1 addition & 1 deletion tradingview_ta/main.py
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
import requests, json, datetime, warnings
from .technicals import Compute

__version__ = "3.2.8"
__version__ = "3.2.9"

class Analysis(object):
exchange = ""
Expand Down

0 comments on commit b227188

Please sign in to comment.