Skip to content

Commit

Permalink
Merge pull request #100 from jjjermiah/main
Browse files Browse the repository at this point in the history
merge
  • Loading branch information
jjjermiah committed Feb 5, 2024
2 parents bf4b8d8 + 92ff4eb commit d2a6f55
Show file tree
Hide file tree
Showing 5 changed files with 23 additions and 4 deletions.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -55,7 +55,7 @@ For quick access to the NBIA, the toolkit also provides a command line interface
/_/ |_/_____/___/_/ |_/_/ \____/\____/_/_/|_/_/\__/


Version: 0.27.0
Version: 0.28.0

Available CLI tools:

Expand Down
19 changes: 19 additions & 0 deletions docs/markdowns/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,10 +2,29 @@



## v0.28.0 (2024-02-05)

### Chore

* chore: Update README: 0.27.0 ([`79f7eda`](https://github.com/jjjermiah/nbia-toolkit/commit/79f7edafff8bf0ada9f0ea14909c9fe45f628a69))

### Feature

* feat: Implement logout functionality and add context manager support ([`67968fc`](https://github.com/jjjermiah/nbia-toolkit/commit/67968fc0c061b75a1966112abd6a823fac737191))

### Unknown

* Merge pull request #99 from jjjermiah/19-authpy-logout-functionality

feat: Implement logout functionality and add context manager support ([`528d1a7`](https://github.com/jjjermiah/nbia-toolkit/commit/528d1a79f06f2cd3ae6cb78cbd16438eb165dba5))


## v0.27.0 (2024-02-05)

### Chore

* chore(sem-ver): 0.27.0 ([`dfd1fa7`](https://github.com/jjjermiah/nbia-toolkit/commit/dfd1fa74938c49a298a4493da88134bbe6531187))

* chore: Update README: 0.26.0 ([`d063000`](https://github.com/jjjermiah/nbia-toolkit/commit/d063000515e7dae39a48a03a51f29029d54084c6))

### Feature
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.27.0"
version = "0.28.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.27.0"
__version__ = "0.28.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.27.0"
__version__ = "0.28.0"


class NBIAClient:
Expand Down

0 comments on commit d2a6f55

Please sign in to comment.