From dc778e56dfd9dd7a5d1608001e7b3963f47dbbee Mon Sep 17 00:00:00 2001 From: github-actions Date: Thu, 25 Jan 2024 17:35:38 +0000 Subject: [PATCH] chore(release): release 1.2.3 --- CHANGELOG.md | 19 +++++++++++++++++++ mleko/__init__.py | 2 +- pyproject.toml | 2 +- 3 files changed, 21 insertions(+), 2 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 365e2705..d3f1db39 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -2,8 +2,27 @@ +## v1.2.3 (2024-01-25) + +### Chore + +* chore: Update project config ([`2965e61`](https://github.com/klarna-incubator/mleko/commit/2965e618d0b994db56b0716093a8ea9aaa65bac1)) + +### Fix + +* fix: Remove coverage from workflow ([`09eb09d`](https://github.com/klarna-incubator/mleko/commit/09eb09da4fae09716c1fa37ebbc91dc532d7ed67)) + +### Unknown + +* revert: Test new release ([`ffc0123`](https://github.com/klarna-incubator/mleko/commit/ffc01239d3568646d4d092d977f56aeb7fa18878)) + + ## v1.2.2 (2024-01-25) +### Chore + +* chore(release): release 1.2.2 ([`df69010`](https://github.com/klarna-incubator/mleko/commit/df69010061c2547dc5546f56c9ef6d8c1331769c)) + ### Fix * fix: Switch to trusted publishing ([`e84712d`](https://github.com/klarna-incubator/mleko/commit/e84712deb1775c4689a8d89b5bb54f0461494145)) diff --git a/mleko/__init__.py b/mleko/__init__.py index 6f922a43..4cbdf892 100644 --- a/mleko/__init__.py +++ b/mleko/__init__.py @@ -27,4 +27,4 @@ from __future__ import annotations -__version__ = "1.2.0" +__version__ = "1.2.3" diff --git a/pyproject.toml b/pyproject.toml index 4691f50f..ebf2c0bb 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -1,6 +1,6 @@ [tool.poetry] name = "mleko" -version = "1.2.2" +version = "1.2.3" description = "ML-Ekosystem" authors = ["Erik Båvenstrand "] license = "Apache-2.0"