Skip to content

Commit 5e8af2d

Browse files
author
github-actions
committed
chore(sem-ver): 0.25.3
1 parent cf9b3f5 commit 5e8af2d

File tree

4 files changed

+40
-3
lines changed

4 files changed

+40
-3
lines changed

docs/markdowns/CHANGELOG.md

Lines changed: 37 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,41 @@
22

33

44

5+
## v0.25.3 (2024-02-04)
6+
7+
### Documentation
8+
9+
* docs: looks like it works? ([`3abd131`](https://github.com/jjjermiah/nbia-toolkit/commit/3abd1316da0302b2122d60e668ad1c03d6b8b138))
10+
11+
### Fix
12+
13+
* fix: bring it all back ([`cf9b3f5`](https://github.com/jjjermiah/nbia-toolkit/commit/cf9b3f5e734a2d9d6f72e26fc308fe126dc09322))
14+
15+
* fix: any ([`2fd37bc`](https://github.com/jjjermiah/nbia-toolkit/commit/2fd37bc14511d0e1dce2b2ca4d11ae1be1b853e4))
16+
17+
* fix: try sphinx 3.10 ([`afaf6b5`](https://github.com/jjjermiah/nbia-toolkit/commit/afaf6b5d006a6805842cd41af5a6025622ad6d5f))
18+
19+
* fix: 3.10.4 ([`bd36124`](https://github.com/jjjermiah/nbia-toolkit/commit/bd3612499dd234317ea07201fe21ccd35cb8f770))
20+
21+
* fix: 3.10.1 ([`88574f1`](https://github.com/jjjermiah/nbia-toolkit/commit/88574f14b15164ad67ff393dbb7028d4750929e8))
22+
23+
* fix: change python ([`e1bc9b3`](https://github.com/jjjermiah/nbia-toolkit/commit/e1bc9b3a1c45103e025e282d6b7cfd6aaf83ddd0))
24+
25+
* fix: turn all again ([`3394798`](https://github.com/jjjermiah/nbia-toolkit/commit/33947982d94aed3441ff46824acb4d7139f78f30))
26+
27+
* fix: trying diff versions ([`a1e493a`](https://github.com/jjjermiah/nbia-toolkit/commit/a1e493a163c430afe3d1c5a319386868efd3cb64))
28+
29+
* fix: turn off other gha ([`19cbf0e`](https://github.com/jjjermiah/nbia-toolkit/commit/19cbf0eef24db430f5407cf993d499cd3e216fed))
30+
31+
### Unknown
32+
33+
* try ([`22ee493`](https://github.com/jjjermiah/nbia-toolkit/commit/22ee4938071148185920b515c797818d5e3f9c4b))
34+
35+
* Merge branch 'main' of https://github.com/jjjermiah/NBIA-toolkit ([`8ad996c`](https://github.com/jjjermiah/nbia-toolkit/commit/8ad996c245d2b01766f0c12384db415179b88df6))
36+
37+
* add sphinx-tabs to poetry ([`9718ab7`](https://github.com/jjjermiah/nbia-toolkit/commit/9718ab7f9f5e904f541fa341ec0fd98c23ceb663))
38+
39+
540
## v0.25.2 (2024-02-04)
641

742
### Build
@@ -10,6 +45,8 @@
1045

1146
### Chore
1247

48+
* chore(sem-ver): 0.25.2 ([`ba27a61`](https://github.com/jjjermiah/nbia-toolkit/commit/ba27a6175877c25bd1c21387a2a645511522f4a1))
49+
1350
* chore: Update README: 0.25.1 ([`ab85e2e`](https://github.com/jjjermiah/nbia-toolkit/commit/ab85e2e37dc8861d9e2b46de6a06771e06367207))
1451

1552
### Documentation

pyproject.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[tool.poetry]
22
name = "nbiatoolkit"
3-
version = "0.25.2"
3+
version = "0.25.3"
44
description = "A python package to query the National Biomedical Imaging Archive (NBIA) database."
55
authors = ["Jermiah Joseph"]
66
license = "MIT"

setup.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
from setuptools import setup
22

3-
__version__ = "0.25.2"
3+
__version__ = "0.25.3"
44

55
setup(
66
name="nbiatoolkit",

src/nbiatoolkit/nbia.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@
1313
import os
1414
from datetime import datetime
1515
# set __version__ variable
16-
__version__ = "0.25.2"
16+
__version__ = "0.25.3"
1717

1818

1919
class NBIAClient:

0 commit comments

Comments
 (0)