Skip to content

Commit

Permalink
v0.8.0.dev2
Browse files Browse the repository at this point in the history
  • Loading branch information
Sergio García Prado committed Jun 2, 2022
1 parent 2843039 commit 48b9b1c
Show file tree
Hide file tree
Showing 43 changed files with 885 additions and 892 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@

__author__ = "Minos Framework Devs"
__email__ = "hey@minos.run"
__version__ = "0.8.0.dev1"
__version__ = "0.8.0.dev2"

from .actions import (
Action,
Expand Down
6 changes: 3 additions & 3 deletions packages/core/minos-microservice-aggregate/poetry.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion packages/core/minos-microservice-aggregate/pyproject.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[tool.poetry]
name = "minos-microservice-aggregate"
version = "0.8.0.dev1"
version = "0.8.0.dev2"
description = "The Aggregate pattern of the Minos Framework"
readme = "README.md"
repository = "https://github.com/minos-framework/minos-python"
Expand Down
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
"""The common core of the Minos Framework."""
__author__ = "Minos Framework Devs"
__email__ = "hey@minos.run"
__version__ = "0.8.0.dev1"
__version__ = "0.8.0.dev2"

from .builders import (
BuildableMixin,
Expand Down
2 changes: 1 addition & 1 deletion packages/core/minos-microservice-common/pyproject.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[tool.poetry]
name = "minos-microservice-common"
version = "0.8.0.dev1"
version = "0.8.0.dev2"
description = "The common core of the Minos Framework"
readme = "README.md"
repository = "https://github.com/minos-framework/minos-python"
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@

__author__ = "Minos Framework Devs"
__email__ = "hey@minos.run"
__version__ = "0.8.0.dev1"
__version__ = "0.8.0.dev2"

from .exceptions import (
MinosCqrsException,
Expand Down
6 changes: 3 additions & 3 deletions packages/core/minos-microservice-cqrs/poetry.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion packages/core/minos-microservice-cqrs/pyproject.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[tool.poetry]
name = "minos-microservice-cqrs"
version = "0.8.0.dev1"
version = "0.8.0.dev2"
description = "The CQRS pattern of the Minos Framework"
readme = "README.md"
repository = "https://github.com/minos-framework/minos-python"
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@

__author__ = "Minos Framework Devs"
__email__ = "hey@minos.run"
__version__ = "0.8.0.dev1"
__version__ = "0.8.0.dev2"

from .brokers import (
REQUEST_HEADERS_CONTEXT_VAR,
Expand Down
2 changes: 1 addition & 1 deletion packages/core/minos-microservice-networks/poetry.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion packages/core/minos-microservice-networks/pyproject.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[tool.poetry]
name = "minos-microservice-networks"
version = "0.8.0.dev1"
version = "0.8.0.dev2"
description = "The networks core of the Minos Framework"
readme = "README.md"
repository = "https://github.com/minos-framework/minos-python"
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@

__author__ = "Minos Framework Devs"
__email__ = "hey@minos.run"
__version__ = "0.8.0.dev1"
__version__ = "0.8.0.dev2"

from .context import (
SagaContext,
Expand Down
4 changes: 2 additions & 2 deletions packages/core/minos-microservice-saga/poetry.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion packages/core/minos-microservice-saga/pyproject.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[tool.poetry]
name = "minos-microservice-saga"
version = "0.8.0.dev1"
version = "0.8.0.dev2"
description = "The SAGA pattern of the Minos Framework"
readme = "README.md"
repository = "https://github.com/minos-framework/minos-python"
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@

__author__ = "Minos Framework Devs"
__email__ = "hey@minos.run"
__version__ = "0.8.0.dev1"
__version__ = "0.8.0.dev2"

from .contextvars import (
TRANSACTION_CONTEXT_VAR,
Expand Down
Loading

0 comments on commit 48b9b1c

Please sign in to comment.