Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
8 changes: 7 additions & 1 deletion HISTORY.rst
Original file line number Diff line number Diff line change
@@ -1,7 +1,13 @@
=======
History
=======
0.16.0 (2024-XX - Unreleased)
0.17.0 (2025-XX - Unreleased)
--------------------------------

* WIP


0.16.0 (2025-04-05)
--------------------------------

* Dev: New config for readthedocs
Expand Down
2 changes: 1 addition & 1 deletion tiingo/__version__.py
Original file line number Diff line number Diff line change
@@ -1,2 +1,2 @@
# -*- coding: utf-8 -*-
__version__ = "0.15.6"
__version__ = "0.16.0"
1 change: 1 addition & 0 deletions tiingo/restclient.py
Original file line number Diff line number Diff line change
Expand Up @@ -8,6 +8,7 @@
# TODO: Possibly print HTTP json response if available?
class RestClientError(Exception):
"Wrapper around HTTP Errors"

pass


Expand Down
Loading