Skip to content

Commit

Permalink
0.4.3
Browse files Browse the repository at this point in the history
Automatically generated by python-semantic-release
  • Loading branch information
github-actions committed Dec 16, 2023
1 parent 5919b9c commit 32d86d3
Show file tree
Hide file tree
Showing 3 changed files with 43 additions and 2 deletions.
41 changes: 41 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,47 @@



## v0.4.3 (2023-12-16)

### Fix

* fix: add poetry build ([`ef91e27`](https://github.com/jjjermiah/NBIA-toolkit/commit/ef91e27260be4b0bb76cd0d6eebda38a64aa4966))

### Test

* test: gha ([`a218529`](https://github.com/jjjermiah/NBIA-toolkit/commit/a21852949cd774f74e71cb667345c878372df53a))

### Unknown

* test ([`5919b9c`](https://github.com/jjjermiah/NBIA-toolkit/commit/5919b9c3b44d54133d30cff12c0a03a277a83a71))

* Merge pull request #34 from jjjermiah/development

small fixes ([`216af35`](https://github.com/jjjermiah/NBIA-toolkit/commit/216af35999323d5d4e652ce8faf0310d3b89fadc))

* Merge branch 'main' into development ([`21867d7`](https://github.com/jjjermiah/NBIA-toolkit/commit/21867d71ad0ac17e838611a9c8861c0de2321a5e))

* update gha to push to pypi and add absolute path in docs conf ([`fdc07b4`](https://github.com/jjjermiah/NBIA-toolkit/commit/fdc07b4dff54234e6eafed3ef167aea28b76c55c))

* Merge pull request #33 from jjjermiah/development

Development ([`f7a2f2a`](https://github.com/jjjermiah/NBIA-toolkit/commit/f7a2f2a4f6599b5148249f4305d6e9335d10aacb))

* Merge remote-tracking branch 'origin' into development ([`a0acbb4`](https://github.com/jjjermiah/NBIA-toolkit/commit/a0acbb468555942a8d2d6241fa612fe9746dfb38))

* Merge branch 'main' into development ([`74041f4`](https://github.com/jjjermiah/NBIA-toolkit/commit/74041f4b453291d6641b3fd8513abe3332283469))

* change to only pull requests ([`955832e`](https://github.com/jjjermiah/NBIA-toolkit/commit/955832e43d7f366bb6a4aea06b084527ab6753e3))

* change version_variables after reading documentation ([`3cece12`](https://github.com/jjjermiah/NBIA-toolkit/commit/3cece12ab7eab2152f6c0ec36c713d98a561f04b))

* add push to pypi as an option ([`4bccff9`](https://github.com/jjjermiah/NBIA-toolkit/commit/4bccff9e8ab168b089cbb4af2a2cf8e854565dca))

* Merge pull request #32 from jjjermiah/development

test: gha ([`92e90e2`](https://github.com/jjjermiah/NBIA-toolkit/commit/92e90e26e42a4ff047a3785d7d4e890cf55e9399))


## v0.4.2 (2023-12-16)

### Fix
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.4.2"
version = "0.4.3"
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 setup.py
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
from setuptools import setup

__version__ = "0.0.0"
__version__ = "0.4.3"

setup(
name="nbiatoolkit",
Expand Down

0 comments on commit 32d86d3

Please sign in to comment.