Merge pull request #1074 from hydrosquall/release/0.16.0

chore: cut 0.16.0 release
This commit is contained in:
Cameron Yick
2025-04-05 10:18:21 -04:00
committed by GitHub
3 changed files with 9 additions and 2 deletions

View File

@@ -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

View File

@@ -1,2 +1,2 @@
# -*- coding: utf-8 -*-
__version__ = "0.15.6"
__version__ = "0.16.0"

View File

@@ -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