Skip to content

Commit bd0ebcc

Browse files
author
github-actions
committed
chore(sem-ver): 0.34.0
1 parent 768124a commit bd0ebcc

File tree

3 files changed

+49
-4
lines changed

3 files changed

+49
-4
lines changed

docs/project_info/CHANGELOG.md

Lines changed: 47 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,11 +1,56 @@
1-
# Changelog
1+
# CHANGELOG
22

33

44

5+
## v0.34.0 (2024-03-16)
6+
7+
### Build
8+
9+
* build: try using release output version ([`2d7508a`](https://github.com/jjjermiah/nbia-toolkit/commit/2d7508a1fd1eb910460b62ffa992feda4792576f))
10+
11+
### Chore
12+
13+
* chore: Update README: 0.33.0 ([`24b90c3`](https://github.com/jjjermiah/nbia-toolkit/commit/24b90c3dcb3ed8f11434414acd045dce5739fc3b))
14+
15+
* chore: Update README: 0.33.0 ([`adcfde5`](https://github.com/jjjermiah/nbia-toolkit/commit/adcfde53faefee8fb1938d42848112fb2f2f4579))
16+
17+
### Documentation
18+
19+
* docs: improve documentation structure ([`1404c10`](https://github.com/jjjermiah/nbia-toolkit/commit/1404c1086e45e0adcc89acacb15ab0568ce2d406))
20+
21+
### Feature
22+
23+
* feat: add counts to getModality and update docs for modality methods ([`54874a3`](https://github.com/jjjermiah/nbia-toolkit/commit/54874a316956245ecd4971e33bc043d9b00b23f7))
24+
25+
### Fix
26+
27+
* fix: update changelog path ([`768124a`](https://github.com/jjjermiah/nbia-toolkit/commit/768124a9e06681e2de3dbb96d07ca2b654a78b03))
28+
29+
* fix: semver temp ([`5ff0550`](https://github.com/jjjermiah/nbia-toolkit/commit/5ff0550d848159cdbe7553940f5400ad29cca408))
30+
31+
* fix: semver temp ([`d378670`](https://github.com/jjjermiah/nbia-toolkit/commit/d378670f999b1e62056453392a05ae838a8449bb))
32+
33+
* fix: remove if context ([`6221885`](https://github.com/jjjermiah/nbia-toolkit/commit/6221885cbad716b0153667ea9186ef71bc3e4e02))
34+
35+
* fix: context variable ([`e7b630e`](https://github.com/jjjermiah/nbia-toolkit/commit/e7b630e37a66aac9413a58bf08623e692e933a42))
36+
37+
* fix: branch name formatting in CI/CD workflow ([`e38de75`](https://github.com/jjjermiah/nbia-toolkit/commit/e38de75a5c61c50efe409e7570f59ee2381df490))
38+
39+
### Refactor
40+
41+
* refactor: Fix formatting issues and import statements ([`b5f5cb4`](https://github.com/jjjermiah/nbia-toolkit/commit/b5f5cb4526ae5ae04b3f25f3de8cf50486812b00))
42+
43+
* refactor: Refactor code formatting ([`f8b8ab8`](https://github.com/jjjermiah/nbia-toolkit/commit/f8b8ab82495d82748968f0f469494503499a6c3a))
44+
45+
* refactor: Add conv_response_list utility function ([`1aa0ad1`](https://github.com/jjjermiah/nbia-toolkit/commit/1aa0ad104ead472bd23f28c8c45280d4462dbac3))
46+
47+
548
## v0.33.0 (2024-02-25)
649

750
### Chore
851

52+
* chore(sem-ver): 0.33.0 ([`d0304cf`](https://github.com/jjjermiah/nbia-toolkit/commit/d0304cf7620f0dcce2d0749050fc3fdafd7433ce))
53+
954
* chore: Update README: 0.32.1 ([`d9ef88b`](https://github.com/jjjermiah/nbia-toolkit/commit/d9ef88b0ba93f1bcc3d72575189f0beb795a5964))
1055

1156
### Documentation
@@ -40,7 +85,7 @@
4085

4186
* Merge pull request #123 from jjjermiah/development
4287

43-
docs: Start building better documentation.
88+
docs: Start building better documentation.
4489
feat: Enhance logging functionality ([`5bb80c3`](https://github.com/jjjermiah/nbia-toolkit/commit/5bb80c3056fab8804ea789aa37702d9fd6741797))
4590

4691
* Merge pull request #122 from jjjermiah/88-logger-functionality

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.33.0"
3+
version = "0.34.0"
44
description = "A python package to query the National Biomedical Imaging Archive (NBIA) database."
55
authors = ["Jermiah Joseph"]
66
license = "MIT"

src/nbiatoolkit/nbia.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -31,7 +31,7 @@
3131
from datetime import datetime
3232

3333
# set __version__ variable
34-
__version__ = "0.33.0"
34+
__version__ = "0.34.0"
3535

3636

3737
def downloadSingleSeries(

0 commit comments

Comments
 (0)