Skip to content

Commit

Permalink
prepare next quarterly release (#1123)
Browse files Browse the repository at this point in the history
  • Loading branch information
shapiromatron authored Oct 24, 2024
1 parent ae57b6a commit 35e1a97
Show file tree
Hide file tree
Showing 3 changed files with 7 additions and 2 deletions.
2 changes: 1 addition & 1 deletion client/hawc_client/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@
from .summary import SummaryClient
from .vocab import VocabClient

__version__ = "2024.2"
__version__ = "2024.3"
__all__ = ["BaseClient", "HawcClient", "HawcClientException", "HawcServerException"]


Expand Down
5 changes: 5 additions & 0 deletions docs/docs/client.md
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down
2 changes: 1 addition & 1 deletion hawc/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
import os
import sys

__version__ = "2024.2"
__version__ = "2024.3"


def manage():
Expand Down

0 comments on commit 35e1a97

Please sign in to comment.