Skip to content

Commit

Permalink
chore(sem-ver): 0.26.0
Browse files Browse the repository at this point in the history
  • Loading branch information
github-actions committed Feb 5, 2024
1 parent c2fcdb2 commit e60590e
Show file tree
Hide file tree
Showing 4 changed files with 28 additions and 3 deletions.
25 changes: 25 additions & 0 deletions docs/markdowns/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,10 +2,35 @@



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

### Chore

* chore: Update README: 0.25.4 ([`289f846`](https://github.com/jjjermiah/nbia-toolkit/commit/289f846f8a6073a39bfc000cc3d7dbd35cf077c4))

### Documentation

* docs: Add programmatic access to NBIA and TCIA databases ([`82542b1`](https://github.com/jjjermiah/nbia-toolkit/commit/82542b12e5d23ff7b3b40f10e0f97fb2082dc861))

### Feature

* feat: implement better Oauth algorithm graph and refresh token ([`3d81d2b`](https://github.com/jjjermiah/nbia-toolkit/commit/3d81d2bdeff970ea725727be95defa989c77f6b1))

### Unknown

* Merge pull request #97 from jjjermiah/18-authpy-accessrefresh-token-+-error-handling

18 authpy accessrefresh token + error handling ([`c2fcdb2`](https://github.com/jjjermiah/nbia-toolkit/commit/c2fcdb2023978f7ed03522bfddb24963ee364b7c))

* Fix error handling in OAuth2 class ([`67140b7`](https://github.com/jjjermiah/nbia-toolkit/commit/67140b7e1e315f5a7d62d0a8c10956c00e657e93))


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

### Chore

* chore(sem-ver): 0.25.4 ([`edd1104`](https://github.com/jjjermiah/nbia-toolkit/commit/edd1104b9583a337d08ec98739be0a2633ce4857))

* chore: Update README: 0.25.3 ([`7e6803d`](https://github.com/jjjermiah/nbia-toolkit/commit/7e6803d4a696aa1d2faab89e1cf97ad948f82d09))

### Documentation
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.25.4"
version = "0.26.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.25.4"
__version__ = "0.26.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.25.4"
__version__ = "0.26.0"


class NBIAClient:
Expand Down

0 comments on commit e60590e

Please sign in to comment.