Skip to content

Commit f4fb81e

Browse files
authored
Merge pull request #1074 from hydrosquall/release/0.16.0
chore: cut 0.16.0 release
2 parents f841232 + 6ccdbc4 commit f4fb81e

File tree

3 files changed

+9
-2
lines changed

3 files changed

+9
-2
lines changed

HISTORY.rst

Lines changed: 7 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,13 @@
11
=======
22
History
33
=======
4-
0.16.0 (2024-XX - Unreleased)
4+
0.17.0 (2025-XX - Unreleased)
5+
--------------------------------
6+
7+
* WIP
8+
9+
10+
0.16.0 (2025-04-05)
511
--------------------------------
612

713
* Dev: New config for readthedocs

tiingo/__version__.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,2 +1,2 @@
11
# -*- coding: utf-8 -*-
2-
__version__ = "0.15.6"
2+
__version__ = "0.16.0"

tiingo/restclient.py

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -8,6 +8,7 @@
88
# TODO: Possibly print HTTP json response if available?
99
class RestClientError(Exception):
1010
"Wrapper around HTTP Errors"
11+
1112
pass
1213

1314

0 commit comments

Comments
 (0)