Skip to content

Commit

Permalink
release 2024.Q2
Browse files Browse the repository at this point in the history
  • Loading branch information
shapiromatron committed Jul 10, 2024
1 parent 2da4f1f commit e115598
Show file tree
Hide file tree
Showing 3 changed files with 6 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.1"
__version__ = "2024.2"
__all__ = ["BaseClient", "HawcClient", "HawcClientException", "HawcServerException"]


Expand Down
4 changes: 4 additions & 0 deletions docs/docs/client.md
Original file line number Diff line number Diff line change
Expand Up @@ -58,6 +58,10 @@ Client tutorials for common operations are below:

### Changelog

#### [2024-2](https://pypi.org/project/hawc-client/2024.2/) (July 2024)

* Minor documentation and docstring updates

#### [2024-1](https://pypi.org/project/hawc-client/2024.1/) (February 2024)

* Add new interactive client for downloading visual and data pivots images
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.1"
__version__ = "2024.2"


def manage():
Expand Down

0 comments on commit e115598

Please sign in to comment.