From 8c455080893f4e9612ec8302c3600f795bfe6678 Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" Date: Wed, 28 Aug 2024 11:09:26 +0000 Subject: [PATCH] =?UTF-8?q?bump:=20version=201.4.2=20=E2=86=92=201.5.0?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- CHANGELOG.md | 6 ++++++ src/inception/__init__.py | 2 +- 2 files changed, 7 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 2a68684..4e11e95 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,9 @@ +## v1.5.0 (2024-08-28) + +### Feat + +- **python**: add pylint and enable all lsp dependencies for python. + ## v1.4.2 (2024-07-26) ### Fix diff --git a/src/inception/__init__.py b/src/inception/__init__.py index bb17665..943b911 100644 --- a/src/inception/__init__.py +++ b/src/inception/__init__.py @@ -1 +1 @@ -__version__ = "v1.4.2" +__version__ = "v1.5.0"