Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
  • Loading branch information
jjjermiah committed Feb 4, 2024
2 parents 579b621 + 5e8af2d commit 7aaa06b
Show file tree
Hide file tree
Showing 4 changed files with 40 additions and 3 deletions.
37 changes: 37 additions & 0 deletions docs/markdowns/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,41 @@



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

### Documentation

* docs: looks like it works? ([`3abd131`](https://github.com/jjjermiah/nbia-toolkit/commit/3abd1316da0302b2122d60e668ad1c03d6b8b138))

### Fix

* fix: bring it all back ([`cf9b3f5`](https://github.com/jjjermiah/nbia-toolkit/commit/cf9b3f5e734a2d9d6f72e26fc308fe126dc09322))

* fix: any ([`2fd37bc`](https://github.com/jjjermiah/nbia-toolkit/commit/2fd37bc14511d0e1dce2b2ca4d11ae1be1b853e4))

* fix: try sphinx 3.10 ([`afaf6b5`](https://github.com/jjjermiah/nbia-toolkit/commit/afaf6b5d006a6805842cd41af5a6025622ad6d5f))

* fix: 3.10.4 ([`bd36124`](https://github.com/jjjermiah/nbia-toolkit/commit/bd3612499dd234317ea07201fe21ccd35cb8f770))

* fix: 3.10.1 ([`88574f1`](https://github.com/jjjermiah/nbia-toolkit/commit/88574f14b15164ad67ff393dbb7028d4750929e8))

* fix: change python ([`e1bc9b3`](https://github.com/jjjermiah/nbia-toolkit/commit/e1bc9b3a1c45103e025e282d6b7cfd6aaf83ddd0))

* fix: turn all again ([`3394798`](https://github.com/jjjermiah/nbia-toolkit/commit/33947982d94aed3441ff46824acb4d7139f78f30))

* fix: trying diff versions ([`a1e493a`](https://github.com/jjjermiah/nbia-toolkit/commit/a1e493a163c430afe3d1c5a319386868efd3cb64))

* fix: turn off other gha ([`19cbf0e`](https://github.com/jjjermiah/nbia-toolkit/commit/19cbf0eef24db430f5407cf993d499cd3e216fed))

### Unknown

* try ([`22ee493`](https://github.com/jjjermiah/nbia-toolkit/commit/22ee4938071148185920b515c797818d5e3f9c4b))

* Merge branch 'main' of https://github.com/jjjermiah/NBIA-toolkit ([`8ad996c`](https://github.com/jjjermiah/nbia-toolkit/commit/8ad996c245d2b01766f0c12384db415179b88df6))

* add sphinx-tabs to poetry ([`9718ab7`](https://github.com/jjjermiah/nbia-toolkit/commit/9718ab7f9f5e904f541fa341ec0fd98c23ceb663))


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

### Build
Expand All @@ -10,6 +45,8 @@

### Chore

* chore(sem-ver): 0.25.2 ([`ba27a61`](https://github.com/jjjermiah/nbia-toolkit/commit/ba27a6175877c25bd1c21387a2a645511522f4a1))

* chore: Update README: 0.25.1 ([`ab85e2e`](https://github.com/jjjermiah/nbia-toolkit/commit/ab85e2e37dc8861d9e2b46de6a06771e06367207))

### 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.2"
version = "0.25.3"
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.2"
__version__ = "0.25.3"

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.2"
__version__ = "0.25.3"


class NBIAClient:
Expand Down

0 comments on commit 7aaa06b

Please sign in to comment.