We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents f841232 + 6ccdbc4 commit f4fb81eCopy full SHA for f4fb81e
HISTORY.rst
@@ -1,7 +1,13 @@
1
=======
2
History
3
4
-0.16.0 (2024-XX - Unreleased)
+0.17.0 (2025-XX - Unreleased)
5
+--------------------------------
6
+
7
+* WIP
8
9
10
+0.16.0 (2025-04-05)
11
--------------------------------
12
13
* Dev: New config for readthedocs
tiingo/__version__.py
@@ -1,2 +1,2 @@
# -*- coding: utf-8 -*-
-__version__ = "0.15.6"
+__version__ = "0.16.0"
tiingo/restclient.py
@@ -8,6 +8,7 @@
# TODO: Possibly print HTTP json response if available?
class RestClientError(Exception):
"Wrapper around HTTP Errors"
pass
14
0 commit comments