Skip to content

Commit

Permalink
chore(release): 0.19.0
Browse files Browse the repository at this point in the history
  • Loading branch information
github-actions committed Feb 3, 2024
1 parent 89133ac commit 51b679f
Show file tree
Hide file tree
Showing 4 changed files with 20 additions and 3 deletions.
17 changes: 17 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,12 +2,29 @@



## v0.19.0 (2024-02-03)

### Feature

* feat: add getCollectionDescriptions method, with tests, and updated docs. Also includes helper functions for parsing output. ([`8617395`](https://github.com/jjjermiah/nbia-toolkit/commit/86173954918e6e12b1a05d6549aabbd0d11ee40e))

### Unknown

* Merge pull request #75 from jjjermiah/46-feature-get_collection_descriptions

feat: add getCollectionDescriptions method, with tests, and updated d… ([`89133ac`](https://github.com/jjjermiah/nbia-toolkit/commit/89133ac5e69b5f88e60240cd547e2bd4fae80a91))


## v0.18.1 (2024-02-03)

### Build

* build: only push README changes if anything actually changes ([`bf78f94`](https://github.com/jjjermiah/nbia-toolkit/commit/bf78f941231460b18fa7855f81c52022fdcfa6e7))

### Chore

* chore(release): 0.18.1 ([`0edfd89`](https://github.com/jjjermiah/nbia-toolkit/commit/0edfd89cf0f1ecad297aa34c5b51ec62651bd4ca))

### Unknown

* added unit tests back ([`ff9cf33`](https://github.com/jjjermiah/nbia-toolkit/commit/ff9cf3369e6f9355ed5f6fece924a2242d16940a))
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.18.1"
version = "0.19.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.18.1"
__version__ = "0.19.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

# set __version__ variable
__version__ = "0.18.1"
__version__ = "0.19.0"


class NBIAClient:
Expand Down

0 comments on commit 51b679f

Please sign in to comment.