diff --git a/docs/changelog.md b/docs/changelog.md index dd40a32..5098e4d 100644 --- a/docs/changelog.md +++ b/docs/changelog.md @@ -3,7 +3,7 @@ Name | PR | Developer | Date | Version --- | --- | --- | --- | --- -🚸 Silence boto logger | [9](https://github.com/laminlabs/lamin-logger/pull/9) | [falexwolf](https://github.com/falexwolf) | 2022-08-08 | +🚸 Silence boto3 logger | [9](https://github.com/laminlabs/lamin-logger/pull/9) | [falexwolf](https://github.com/falexwolf) | 2022-08-08 | 0.1.3 🚧 Trying to fix emoji display in windows | [7](https://github.com/laminlabs/lamin-logger/pull/7) | [sunnyosun](https://github.com/sunnyosun) | 2022-07-28 | 0.1.2 💄 Remove vertical bar | [6](https://github.com/laminlabs/lamin-logger/pull/6) | [falexwolf](https://github.com/falexwolf) | 2022-07-24 | 0.1.1 🐛 Quick fix for windows | [3](https://github.com/laminlabs/lamin-logger/pull/3) | [Koncopd](https://github.com/Koncopd) | 2022-07-23 | diff --git a/lamin_logger/__init__.py b/lamin_logger/__init__.py index 8acbdab..786361d 100644 --- a/lamin_logger/__init__.py +++ b/lamin_logger/__init__.py @@ -12,7 +12,7 @@ colors """ -__version__ = "0.1.2" +__version__ = "0.1.3" from ._core import colors, logger # noqa from . import _configure_external # noqa