Skip to content
This repository has been archived by the owner on Aug 7, 2024. It is now read-only.

Commit

Permalink
πŸ”– Release 0.25.1
Browse files Browse the repository at this point in the history
  • Loading branch information
sunnyosun committed Jul 17, 2023
1 parent bfd102a commit b35ab37
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 @@ -48,7 +48,7 @@
Ontology
"""

__version__ = "0.25.0" # denote release candidate for 0.1.0 with 0.1rc1
__version__ = "0.25.1" # denote release candidate for 0.1.0 with 0.1rc1

# prints warning of python versions
from lamin_logger import py_version_warning
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 | User | Date | Patch
--- | --- | --- | --- | ---
πŸ”₯ Remove top_hit from search | [476](https://github.com/laminlabs/bionty/pull/476) | [sunnyosun](https://github.com/sunnyosun) | 2023-07-17 |
πŸ”₯ Remove top_hit from search | [476](https://github.com/laminlabs/bionty/pull/476) | [sunnyosun](https://github.com/sunnyosun) | 2023-07-17 | 0.25.1
🚚 Rename `Readout` to `ExperimentalFactor` | [474](https://github.com/laminlabs/bionty/pull/474) | [sunnyosun](https://github.com/sunnyosun) | 2023-07-17 | 0.25.0
🚸 Case insensitive search | [466](https://github.com/laminlabs/bionty/pull/466) | [falexwolf](https://github.com/falexwolf) | 2023-07-10 | 0.24.2
πŸ“ Build docs standalone again | [465](https://github.com/laminlabs/bionty/pull/465) | [falexwolf](https://github.com/falexwolf) | 2023-07-09 |
Expand Down

0 comments on commit b35ab37

Please sign in to comment.