mirror of
https://github.com/hydrosquall/tiingo-python.git
synced 2026-02-03 01:24:19 +01:00
Merge pull request #1074 from hydrosquall/release/0.16.0
chore: cut 0.16.0 release
This commit is contained in:
@@ -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
|
||||
|
||||
@@ -1,2 +1,2 @@
|
||||
# -*- coding: utf-8 -*-
|
||||
__version__ = "0.15.6"
|
||||
__version__ = "0.16.0"
|
||||
|
||||
@@ -8,6 +8,7 @@ from requests.exceptions import HTTPError
|
||||
# TODO: Possibly print HTTP json response if available?
|
||||
class RestClientError(Exception):
|
||||
"Wrapper around HTTP Errors"
|
||||
|
||||
pass
|
||||
|
||||
|
||||
|
||||
Reference in New Issue
Block a user