Skip to content

Commit

Permalink
chore(sem-ver): 1.3.1
Browse files Browse the repository at this point in the history
  • Loading branch information
semantic-release committed Jun 10, 2024
1 parent af6d30c commit d8f4bb4
Show file tree
Hide file tree
Showing 3 changed files with 21 additions and 2 deletions.
19 changes: 19 additions & 0 deletions docs/project_info/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,12 +2,31 @@



## v1.3.1 (2024-06-10)

### Fix

* fix: errors from tests ([`af6d30c`](https://github.com/jjjermiah/nbia-toolkit/commit/af6d30ccceddddbc8025f669de8038ec32b74345))

* fix: lockfile ([`ae3021c`](https://github.com/jjjermiah/nbia-toolkit/commit/ae3021c12f4f57500d8b6ba3392f7bf4e9f80b1e))

* fix: remove frozen requests ([`2740476`](https://github.com/jjjermiah/nbia-toolkit/commit/27404762d2683daed265dec29ff252d223811fb7))

### Unknown

* Update pyproject.toml ([`6ac58c6`](https://github.com/jjjermiah/nbia-toolkit/commit/6ac58c60d1e7697f736afc9461ad9818fc7b96a1))


## v1.3.0 (2024-04-01)

### Build

* build: Update Docker image tag in CI workflow ([`97f0c31`](https://github.com/jjjermiah/nbia-toolkit/commit/97f0c3185ed7af2cfb9169482e421fe8035523ce))

### Chore

* chore(sem-ver): 1.3.0 ([`3b66683`](https://github.com/jjjermiah/nbia-toolkit/commit/3b66683f980f57c4789c38f9c5424a5636cadfa6))

### Feature

* feat: Add DICOM tags module and update DICOM sorting functionality ([`dfc41fa`](https://github.com/jjjermiah/nbia-toolkit/commit/dfc41fa6d9e8a194596885dddb90d7375938c7b2))
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 = "1.3.0"
version = "1.3.1"
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 @@ -41,7 +41,7 @@
from datetime import datetime

# set __version__ variable
__version__ = "1.3.0"
__version__ = "1.3.1"


def downloadSingleSeries(
Expand Down

0 comments on commit d8f4bb4

Please sign in to comment.