Skip to content

Commit

Permalink
chore(release): 0.22.0
Browse files Browse the repository at this point in the history
  • Loading branch information
github-actions committed Feb 3, 2024
1 parent 40aca34 commit 623c467
Show file tree
Hide file tree
Showing 4 changed files with 26 additions and 3 deletions.
23 changes: 23 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,8 +2,31 @@



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

### Feature

* feat: add username and password parameters to CLI ([`83421a3`](https://github.com/jjjermiah/nbia-toolkit/commit/83421a31d09817298c82e3046129c237094e7e94))

* feat: Add getNewPatients_cli command to pyproject.toml and nbia_cli.py ([`fc40dec`](https://github.com/jjjermiah/nbia-toolkit/commit/fc40decadc6d4b317c1687932e09836cadbd4810))

### Unknown

* Merge pull request #82 from jjjermiah/70-feat-implement-user-and-password-for-clie

70 feat implement user and password for cli ([`40aca34`](https://github.com/jjjermiah/nbia-toolkit/commit/40aca34c7cec1ed31b896a8418d0f26cf6bf3e00))

* Update README with latest version: 0.21.1 ([`5d0a69b`](https://github.com/jjjermiah/nbia-toolkit/commit/5d0a69b23e654598b0d297d1698bbedf2d78b73b))

* Update README with latest version: 0.21.1 ([`64afa17`](https://github.com/jjjermiah/nbia-toolkit/commit/64afa17c8077a12b96338730f054d8b012ab36ed))


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

### Chore

* chore(release): 0.21.1 ([`d6c673d`](https://github.com/jjjermiah/nbia-toolkit/commit/d6c673dae772b503f9be5772309d97980c344b63))

### Fix

* fix: force require CD ([`0039c67`](https://github.com/jjjermiah/nbia-toolkit/commit/0039c67b2c20293efd6e22236e344a1e1c4c04ba))
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.21.1"
version = "0.22.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.21.1"
__version__ = "0.22.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.21.1"
__version__ = "0.22.0"


class NBIAClient:
Expand Down

0 comments on commit 623c467

Please sign in to comment.