Skip to content

Commit

Permalink
release 0.27.2
Browse files Browse the repository at this point in the history
  • Loading branch information
NiklasRosenstein committed Jun 28, 2023
1 parent a306306 commit a084866
Show file tree
Hide file tree
Showing 11 changed files with 16 additions and 14 deletions.
2 changes: 1 addition & 1 deletion kraken-build/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-build"
version = "0.27.1"
version = "0.27.2"
description = ""
authors = ["Niklas Rosenstein <rosensteinniklas@gmail.com>"]
license = "MIT"
Expand Down
2 changes: 1 addition & 1 deletion kraken-build/src/kraken/build/__init__.py
Original file line number Diff line number Diff line change
@@ -1 +1 @@
__version__ = "0.27.1"
__version__ = "0.27.2"
Original file line number Diff line number Diff line change
@@ -1,3 +1,5 @@
release-date = "2023-06-28"

[[entries]]
id = "e49a0d26-e098-4199-9b54-897a5ef96916"
type = "fix"
Expand Down
2 changes: 1 addition & 1 deletion kraken-common/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-common"
version = "0.27.1"
version = "0.27.2"
description = ""
authors = ["Niklas Rosenstein <rosensteinniklas@gmail.com>"]
license = "MIT"
Expand Down
2 changes: 1 addition & 1 deletion kraken-common/src/kraken/common/__init__.py
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
__version__ = "0.27.1"
__version__ = "0.27.2"

from . import path
from ._argparse import propagate_argparse_formatter_to_subparser
Expand Down
4 changes: 2 additions & 2 deletions kraken-core/pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ license = "MIT"
name = "kraken-core"
packages = [{include = "kraken/core", from = "src"}]
readme = "README.md"
version = "0.27.1"
version = "0.27.2"

[tool.poetry.urls]
"Bug Tracker" = "https://github.com/kraken-build/kraken-build/issues"
Expand All @@ -23,7 +23,7 @@ Repository = "https://github.com/kraken-build/kraken-build/"
python = ">=3.10,<3.11"
deprecated = "^1.2.13"
dill = ">=0.3.5,<0.3.6" # Waiting for Dill 0.3.7 for 3.11 compatibiltiy, see https://github.com/uqfoundation/dill/issues/332
kraken-common = "^0.27.1"
kraken-common = "^0.27.2"
networkx = "^3.1"
nr-io-graphviz = "^0.1.1"
nr-stream = "^1.1.0"
Expand Down
2 changes: 1 addition & 1 deletion kraken-core/src/kraken/core/__init__.py
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
__version__ = "0.27.1"
__version__ = "0.27.2"

from kraken.core.address import Address
from kraken.core.system.context import Context, ContextEvent
Expand Down
6 changes: 3 additions & 3 deletions kraken-std/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-std"
version = "0.27.1"
version = "0.27.2"
description = "The Kraken standard library."
authors = ["Niklas Rosenstein <rosensteinniklas@gmail.com>"]
license = "MIT"
Expand All @@ -25,8 +25,8 @@ pyaddlicense = "^0.2.1"
databind-json = "^4.2.5"
deprecated = "^1.2.13"
httpx = "^0.23.0"
kraken-common = "^0.27.1"
kraken-core = "^0.27.1"
kraken-common = "^0.27.2"
kraken-core = "^0.27.2"
termcolor = "^1.1.0"
tomli = "^2.0.1"
tomli-w = "^1.0.0"
Expand Down
2 changes: 1 addition & 1 deletion kraken-std/src/kraken/std/__init__.py
Original file line number Diff line number Diff line change
@@ -1 +1 @@
__version__ = "0.27.1"
__version__ = "0.27.2"
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.27.1"
version = "0.27.2"
description = ""
authors = ["Niklas Rosenstein <rosensteinniklas@gmail.com>"]
license = "MIT"
Expand All @@ -22,7 +22,7 @@ Repository = "https://github.com/kraken-build/kraken-build/"
[tool.poetry.dependencies]
python = ">=3.7,<3.11"
keyring = "^23.8.2"
kraken-common = "^0.27.1"
kraken-common = "^0.27.2"
pex = "^2.1.103"
setuptools = ">=33.0.0" # For pkg_resources
termcolor = "^1.1.0"
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.27.1"
__version__ = "0.27.2"

0 comments on commit a084866

Please sign in to comment.