Skip to content

Commit

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



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

### Build

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

### Feature

* feat: Add DICOM tags module and update DICOM sorting functionality ([`dfc41fa`](https://github.com/jjjermiah/nbia-toolkit/commit/dfc41fa6d9e8a194596885dddb90d7375938c7b2))

### Fix

* fix: Update PyPi installation command ([`dd53773`](https://github.com/jjjermiah/nbia-toolkit/commit/dd537732acf5065853be49019a23f9407cfb7849))

* fix: docker setup to test images ([`695f660`](https://github.com/jjjermiah/nbia-toolkit/commit/695f660de7b52e51adefea139a0fc4eafe0a3726))

* fix: Update branch filter in CI/CD workflow ([`6cb12bc`](https://github.com/jjjermiah/nbia-toolkit/commit/6cb12bc08c7434b086f3931de3fa9099b9792c76))

### Unknown

* Merge pull request #130 from jjjermiah/development

feat: add functionality to prepare filepaths from dicomtags ([`c2e90d1`](https://github.com/jjjermiah/nbia-toolkit/commit/c2e90d1becac0fb243b0310fd190a57667f4782e))


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

### Build
Expand All @@ -10,6 +35,10 @@

* build: Add timeout for Unit-Tests job and checkout code with tag in Continuous-Deployment job ([`2f85826`](https://github.com/jjjermiah/nbia-toolkit/commit/2f858265dd467267a0079919315280e62c34b173))

### Chore

* chore(sem-ver): 1.2.0 ([`e2e9b74`](https://github.com/jjjermiah/nbia-toolkit/commit/e2e9b74c9b790be49387df0fd596da24b4afde2b))

### Feature

* feat: release on development ([`b813e2a`](https://github.com/jjjermiah/nbia-toolkit/commit/b813e2a3e82d281f3cdfcb88415100ca451b43a2))
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.2.0"
version = "1.3.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 @@ -41,7 +41,7 @@
from datetime import datetime

# set __version__ variable
__version__ = "1.2.0"
__version__ = "1.3.0"


def downloadSingleSeries(
Expand Down

0 comments on commit 3b66683

Please sign in to comment.