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

Commit b227188

Browse files
committed
Bump to v3.2.9
1 parent 52dd41a commit b227188

File tree

3 files changed

+9
-2
lines changed

3 files changed

+9
-2
lines changed

docs/changelog.rst

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,13 @@
11
Changelog
22
=========
33

4+
3.2.9
5+
-----
6+
7+
New:
8+
9+
* Interval: 30 minutes and 2 hours
10+
411
3.2.8
512
-----
613

setup.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@
55

66
setuptools.setup(
77
name='tradingview_ta',
8-
version='3.2.8',
8+
version='3.2.9',
99
description="Unofficial TradingView technical analysis API wrapper.",
1010
long_description=long_description,
1111
long_description_content_type="text/markdown",

tradingview_ta/main.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@
55
import requests, json, datetime, warnings
66
from .technicals import Compute
77

8-
__version__ = "3.2.8"
8+
__version__ = "3.2.9"
99

1010
class Analysis(object):
1111
exchange = ""

0 commit comments

Comments
 (0)