Skip to content

Commit

Permalink
chore(sem-ver): 0.24.0
Browse files Browse the repository at this point in the history
  • Loading branch information
github-actions committed Feb 4, 2024
1 parent c516f96 commit 589f2c4
Show file tree
Hide file tree
Showing 4 changed files with 24 additions and 3 deletions.
21 changes: 21 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,23 @@



## v0.24.0 (2024-02-04)

### Chore

* chore: Update README: 0.23.0 ([`0223550`](https://github.com/jjjermiah/nbia-toolkit/commit/02235504d30d063c37022119cadd25f10d5d9d1b))

### Feature

* feat: Add getSeriesMetadata method to NBIAClient class ([`31211a6`](https://github.com/jjjermiah/nbia-toolkit/commit/31211a65e0e4907d764b3d64d82e5735d2385fc9))

### Unknown

* Merge pull request #87 from jjjermiah/61-feature-getseriesmetadata

feat: Add getSeriesMetadata method to NBIAClient class ([`c516f96`](https://github.com/jjjermiah/nbia-toolkit/commit/c516f96f69d81b5768ed48d44102240f0301ef99))


## v0.23.0 (2024-02-04)

### Build
Expand All @@ -10,6 +27,10 @@

* build: Add labels and update maintainer information in Dockerfile ([`68e8831`](https://github.com/jjjermiah/nbia-toolkit/commit/68e883124dc7a30c197236e64d4bf5d1faa57f4c))

### Chore

* chore(sem-ver): 0.23.0 ([`b1d4c3b`](https://github.com/jjjermiah/nbia-toolkit/commit/b1d4c3b7cf89a26629ff219411b92e8a0c4fe673))

### Feature

* feat: add getStudies and getNewSeries CLI tools ([`99c5777`](https://github.com/jjjermiah/nbia-toolkit/commit/99c5777e58e6d94ff3199f7f8062523c97dc42a7))
Expand Down
2 changes: 1 addition & 1 deletion pyproject.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[tool.poetry]
name = "nbiatoolkit"
version = "0.23.0"
version = "0.24.0"
description = "A python package to query the National Biomedical Imaging Archive (NBIA) database."
authors = ["Jermiah Joseph"]
license = "MIT"
Expand Down
2 changes: 1 addition & 1 deletion setup.py
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
from setuptools import setup

__version__ = "0.23.0"
__version__ = "0.24.0"

setup(
name="nbiatoolkit",
Expand Down
2 changes: 1 addition & 1 deletion src/nbiatoolkit/nbia.py
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@
import os
from datetime import datetime
# set __version__ variable
__version__ = "0.23.0"
__version__ = "0.24.0"


class NBIAClient:
Expand Down

0 comments on commit 589f2c4

Please sign in to comment.