Skip to content

Commit

Permalink
🔖 Release 0.47.1
Browse files Browse the repository at this point in the history
  • Loading branch information
sunnyosun committed Aug 2, 2024
1 parent c00c48d commit 27a4c80
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion bionty/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -128,7 +128,7 @@
base
"""

__version__ = "0.47.0"
__version__ = "0.47.1"

from . import base, ids

Expand Down
2 changes: 1 addition & 1 deletion docs/changelog.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
<!-- prettier-ignore -->
Name | PR | Developer | Date | Version
--- | --- | --- | --- | ---
🎨 Fix get_source | [29](https://github.com/laminlabs/bionty/pull/29) | [sunnyosun](https://github.com/sunnyosun) | 2024-08-02 |
🎨 Fix get_source | [29](https://github.com/laminlabs/bionty/pull/29) | [sunnyosun](https://github.com/sunnyosun) | 2024-08-02 | 0.47.1
🐛 Fix source unique together | [28](https://github.com/laminlabs/bionty/pull/28) | [sunnyosun](https://github.com/sunnyosun) | 2024-08-02 |
🚚 Let all link model fields start with `links_` | [19](https://github.com/laminlabs/bionty/pull/19) | [falexwolf](https://github.com/falexwolf) | 2024-08-02 |
🚚 Rename `.sources()` to `.list_source()` | [27](https://github.com/laminlabs/bionty/pull/27) | [sunnyosun](https://github.com/sunnyosun) | 2024-08-01 |
Expand Down

0 comments on commit 27a4c80

Please sign in to comment.