From 846901ff5444072b428b088250957687137ec465 Mon Sep 17 00:00:00 2001 From: Alex Wolf Date: Fri, 19 Apr 2024 13:07:22 +0200 Subject: [PATCH] =?UTF-8?q?=F0=9F=94=96=20Release=200.13.2?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- docs/changelog.md | 2 +- lamin_utils/__init__.py | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/docs/changelog.md b/docs/changelog.md index 3d53b8e..edcfe3d 100644 --- a/docs/changelog.md +++ b/docs/changelog.md @@ -3,7 +3,7 @@ Name | PR | Developer | Date | Version --- | --- | --- | --- | --- -✨ Add `logger.mute()` | [77](https://github.com/laminlabs/lamin-utils/pull/77) | [falexwolf](https://github.com/falexwolf) | 2024-04-19 | +✨ Add `logger.mute()` | [77](https://github.com/laminlabs/lamin-utils/pull/77) | [falexwolf](https://github.com/falexwolf) | 2024-04-19 | 0.13.2 🐛 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 diff --git a/lamin_utils/__init__.py b/lamin_utils/__init__.py index 2a0c420..f1b2416 100644 --- a/lamin_utils/__init__.py +++ b/lamin_utils/__init__.py @@ -1,6 +1,6 @@ """Lamin Utils.""" -__version__ = "0.13.1" +__version__ = "0.13.2" from ._core import colors # noqa from ._logger import logger