Skip to content

Commit

Permalink
chore(release): release 1.2.3
Browse files Browse the repository at this point in the history
  • Loading branch information
github-actions committed Jan 25, 2024
1 parent 09eb09d commit dc778e5
Show file tree
Hide file tree
Showing 3 changed files with 21 additions and 2 deletions.
19 changes: 19 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -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))
Expand Down
2 changes: 1 addition & 1 deletion mleko/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -27,4 +27,4 @@
from __future__ import annotations


__version__ = "1.2.0"
__version__ = "1.2.3"
2 changes: 1 addition & 1 deletion pyproject.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[tool.poetry]
name = "mleko"
version = "1.2.2"
version = "1.2.3"
description = "ML-Ekosystem"
authors = ["Erik Båvenstrand <[email protected]>"]
license = "Apache-2.0"
Expand Down

0 comments on commit dc778e5

Please sign in to comment.