diff --git a/client/hawc_client/__init__.py b/client/hawc_client/__init__.py index 1a2967af4b..5b812790ad 100644 --- a/client/hawc_client/__init__.py +++ b/client/hawc_client/__init__.py @@ -16,7 +16,7 @@ from .summary import SummaryClient from .vocab import VocabClient -__version__ = "2024.2" +__version__ = "2024.3" __all__ = ["BaseClient", "HawcClient", "HawcClientException", "HawcServerException"] diff --git a/docs/docs/client.md b/docs/docs/client.md index fc5055cf65..dc89d4223b 100644 --- a/docs/docs/client.md +++ b/docs/docs/client.md @@ -58,6 +58,11 @@ Client tutorials for common operations are below: ### Changelog +#### [2024-3](https://pypi.org/project/hawc-client/2024.3/) (October 2024) + +* Update data pivot and visual output formats to return JSON +* Add a new BMDS Export to return dose-response data + #### [2024-2](https://pypi.org/project/hawc-client/2024.2/) (July 2024) * Minor documentation and docstring updates diff --git a/hawc/__init__.py b/hawc/__init__.py index c8e580371e..381cc17c8b 100644 --- a/hawc/__init__.py +++ b/hawc/__init__.py @@ -3,7 +3,7 @@ import os import sys -__version__ = "2024.2" +__version__ = "2024.3" def manage():