Skip to content

Commit

Permalink
chore(sem-ver): 0.35.0
Browse files Browse the repository at this point in the history
  • Loading branch information
github-actions committed Mar 16, 2024
1 parent 07edf93 commit 1b9cb08
Show file tree
Hide file tree
Showing 3 changed files with 35 additions and 2 deletions.
33 changes: 33 additions & 0 deletions docs/project_info/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,37 @@



## v0.35.0 (2024-03-16)

### Build

* build: update main branch name in semver ([`4e96310`](https://github.com/jjjermiah/nbia-toolkit/commit/4e963106d99b725b7e04be5999b6ade09ba3b0cd))

### Documentation

* docs: updateReadme ([`3b28958`](https://github.com/jjjermiah/nbia-toolkit/commit/3b28958f7501b14621ba480d05d1bb8d014b1def))

* docs: Add download API documentation ([`83a4ed3`](https://github.com/jjjermiah/nbia-toolkit/commit/83a4ed36c6215d8ef08d5b5c327e31bb496d25a1))

### Feature

* feat: progressBar option ([`2c04044`](https://github.com/jjjermiah/nbia-toolkit/commit/2c040440a7b5130c3dd1e2b43e875adfd7ba1bc9))

### Fix

* fix: update parameters ([`cd62728`](https://github.com/jjjermiah/nbia-toolkit/commit/cd6272834bdd7a3e45aad6377366605626687e87))

### Unknown

* Merge pull request #125 from jjjermiah/development

Development ([`07edf93`](https://github.com/jjjermiah/nbia-toolkit/commit/07edf9387d949e993d66e008ba0a9d5d12881145))

* fixes Fix 'unresolved comment '# TODO:: describe error 204'' issue in src\nbiatoolkit\utils\parsers.py #112 ([`2740cb9`](https://github.com/jjjermiah/nbia-toolkit/commit/2740cb946471530773e8136f4d972c120d05120c))

* Merge branch 'development' of https://github.com/jjjermiah/NBIA-toolkit into development ([`875fd16`](https://github.com/jjjermiah/nbia-toolkit/commit/875fd1620c34f3aec00d6ceadf845c4179f91f19))


## v0.34.0 (2024-03-16)

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

### Chore

* chore(sem-ver): 0.34.0 ([`bd0ebcc`](https://github.com/jjjermiah/nbia-toolkit/commit/bd0ebccf3a30b5003e55b3e25ca2707fd54ee200))

* chore: Update README: 0.33.0 ([`24b90c3`](https://github.com/jjjermiah/nbia-toolkit/commit/24b90c3dcb3ed8f11434414acd045dce5739fc3b))

* chore: Update README: 0.33.0 ([`adcfde5`](https://github.com/jjjermiah/nbia-toolkit/commit/adcfde53faefee8fb1938d42848112fb2f2f4579))
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.34.0"
version = "0.35.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 src/nbiatoolkit/nbia.py
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,7 @@
from datetime import datetime

# set __version__ variable
__version__ = "0.34.0"
__version__ = "0.35.0"


def downloadSingleSeries(
Expand Down

0 comments on commit 1b9cb08

Please sign in to comment.