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

Commit c625192

Browse files
committed
Bump to 3.2.8
1 parent b23e230 commit c625192

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.8
5+
-----
6+
7+
New:
8+
9+
* Indicators: change, low, high
10+
411
3.2.7
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.7',
8+
version='3.2.8',
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.7"
8+
__version__ = "3.2.8"
99

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

0 commit comments

Comments
 (0)