Skip to content

Commit

Permalink
chore(sem-ver): 0.27.0
Browse files Browse the repository at this point in the history
  • Loading branch information
github-actions committed Feb 5, 2024
1 parent e08caa0 commit dfd1fa7
Show file tree
Hide file tree
Showing 4 changed files with 22 additions and 3 deletions.
19 changes: 19 additions & 0 deletions docs/markdowns/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,10 +2,29 @@



## v0.27.0 (2024-02-05)

### Chore

* chore: Update README: 0.26.0 ([`d063000`](https://github.com/jjjermiah/nbia-toolkit/commit/d063000515e7dae39a48a03a51f29029d54084c6))

### Feature

* feat: Add encryption and decryption functions for credentials ([`bbbd1d2`](https://github.com/jjjermiah/nbia-toolkit/commit/bbbd1d2503bd80cd0b80a933651a5a507b2dd95b))

### Unknown

* Merge pull request #98 from jjjermiah/20-authpy-username-and-password-encryption

feat: Add encryption and decryption functions for credentials ([`e08caa0`](https://github.com/jjjermiah/nbia-toolkit/commit/e08caa00c33d0fc8086155f9a9168258b245b9cc))


## v0.26.0 (2024-02-05)

### Chore

* chore(sem-ver): 0.26.0 ([`e60590e`](https://github.com/jjjermiah/nbia-toolkit/commit/e60590e296f111c1bfec8e0b63e9f54e6099d8b8))

* chore: Update README: 0.25.4 ([`289f846`](https://github.com/jjjermiah/nbia-toolkit/commit/289f846f8a6073a39bfc000cc3d7dbd35cf077c4))

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

__version__ = "0.26.0"
__version__ = "0.27.0"

setup(
name="nbiatoolkit",
Expand Down
2 changes: 1 addition & 1 deletion src/nbiatoolkit/nbia.py
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@
import os
from datetime import datetime
# set __version__ variable
__version__ = "0.26.0"
__version__ = "0.27.0"


class NBIAClient:
Expand Down

0 comments on commit dfd1fa7

Please sign in to comment.