Skip to content

Commit

Permalink
release 0.38.0
Browse files Browse the repository at this point in the history
  • Loading branch information
NiklasRosenstein committed Aug 5, 2024
1 parent e5e0a51 commit 746110a
Show file tree
Hide file tree
Showing 9 changed files with 13 additions and 7 deletions.
2 changes: 2 additions & 0 deletions .changelog/_unreleased.toml → .changelog/0.38.0.toml
Original file line number Diff line number Diff line change
@@ -1,3 +1,5 @@
release-date = "2024-08-06"

[[entries]]
id = "b6fb5e00-0bed-4e07-8cf3-c16c394d40fe"
type = "improvement"
Expand Down
Original file line number Diff line number Diff line change
@@ -1,3 +1,5 @@
release-date = "2024-08-06"

[[entries]]
id = "91681271-376e-45b5-b8c3-7bf718053586"
type = "feature"
Expand Down
2 changes: 1 addition & 1 deletion kraken-build/pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@ packages = [
{include = "kraken/std", from = "src"},
]
readme = "README.md"
version = "0.37.3"
version = "0.38.0"

[tool.poetry.urls]
"Bug Tracker" = "https://github.com/kraken-build/kraken-build/issues"
Expand Down
2 changes: 1 addition & 1 deletion kraken-build/src/kraken/common/__init__.py
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
__version__ = "0.37.3"
__version__ = "0.38.0"

from . import path
from ._argparse import propagate_argparse_formatter_to_subparser
Expand Down
2 changes: 1 addition & 1 deletion kraken-build/src/kraken/core/__init__.py
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
__version__ = "0.37.3"
__version__ = "0.38.0"

from kraken.core.address import Address
from kraken.core.system.context import Context, ContextEvent
Expand Down
2 changes: 1 addition & 1 deletion kraken-build/src/kraken/std/__init__.py
Original file line number Diff line number Diff line change
@@ -1 +1 @@
__version__ = "0.37.3"
__version__ = "0.38.0"
Original file line number Diff line number Diff line change
@@ -1,3 +1,5 @@
release-date = "2024-08-06"

[[entries]]
id = "a403dc03-77d0-4ff5-af16-70d6c8fce366"
type = "fix"
Expand Down
4 changes: 2 additions & 2 deletions kraken-wrapper/pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ build-backend = "poetry.core.masonry.api"

[tool.poetry]
name = "kraken-wrapper"
version = "0.37.3"
version = "0.38.0"
description = ""
authors = ["Niklas Rosenstein <[email protected]>"]
license = "MIT"
Expand All @@ -22,7 +22,7 @@ Homepage = "https://kraken-build.github.io/kraken-build/"
Repository = "https://github.com/kraken-build/kraken-build/"

[tool.poetry.dependencies]
kraken-build = "0.37.3"
kraken-build = "0.38.0"
loguru = "^0.7.2"
packaging = "^23.1"
python = ">=3.10"
Expand Down
2 changes: 1 addition & 1 deletion kraken-wrapper/src/kraken/wrapper/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -4,4 +4,4 @@
"DEFAULT_CONFIG_PATH",
"AuthModel",
]
__version__ = "0.37.3"
__version__ = "0.38.0"

0 comments on commit 746110a

Please sign in to comment.