Skip to content

Commit

Permalink
πŸ”– Release 0.13.1
Browse files Browse the repository at this point in the history
  • Loading branch information
sunnyosun committed Mar 21, 2024
1 parent fb49971 commit fd56232
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
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 ZeroDivisionError in `inspect` | [75](https://github.com/laminlabs/lamin-utils/pull/75) | [sunnyosun](https://github.com/sunnyosun) | 2024-03-21 |
πŸ› Fix ZeroDivisionError in `inspect` | [75](https://github.com/laminlabs/lamin-utils/pull/75) | [sunnyosun](https://github.com/sunnyosun) | 2024-03-21 | 0.13.1
✨ Add base62 encoding | [73](https://github.com/laminlabs/lamin-utils/pull/73) | [falexwolf](https://github.com/falexwolf) | 2023-12-22 | 0.13.0
✨ Add `return_field` to `standardize` | [72](https://github.com/laminlabs/lamin-utils/pull/72) | [sunnyosun](https://github.com/sunnyosun) | 2023-12-02 | 0.12.0
πŸš‘οΈ Going back to QRatio | [71](https://github.com/laminlabs/lamin-utils/pull/71) | [sunnyosun](https://github.com/sunnyosun) | 2023-11-04 | 0.11.7
Expand Down
2 changes: 1 addition & 1 deletion lamin_utils/__init__.py
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
"""Lamin Utils."""

__version__ = "0.13.0"
__version__ = "0.13.1"

from ._core import colors # noqa
from ._logger import logger
Expand Down

0 comments on commit fd56232

Please sign in to comment.