Skip to content

Commit b2cbc78

Browse files
author
Sergio García Prado
committed
v0.7.0.dev1
1 parent f554112 commit b2cbc78

File tree

23 files changed

+23
-23
lines changed

23 files changed

+23
-23
lines changed

packages/core/minos-microservice-aggregate/minos/aggregate/__init__.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22

33
__author__ = "Minos Framework Devs"
44
__email__ = "[email protected]"
5-
__version__ = "0.6.0"
5+
__version__ = "0.7.0.dev1"
66

77
from .actions import (
88
Action,

packages/core/minos-microservice-aggregate/pyproject.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[tool.poetry]
22
name = "minos-microservice-aggregate"
3-
version = "0.6.0"
3+
version = "0.7.0.dev1"
44
description = "The Aggregate pattern of the Minos Framework"
55
readme = "README.md"
66
repository = "https://github.com/minos-framework/minos-python"

packages/core/minos-microservice-common/minos/common/__init__.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
"""The common core of the Minos Framework."""
22
__author__ = "Minos Framework Devs"
33
__email__ = "[email protected]"
4-
__version__ = "0.6.1"
4+
__version__ = "0.7.0.dev1"
55

66
from .builders import (
77
BuildableMixin,

packages/core/minos-microservice-common/pyproject.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[tool.poetry]
22
name = "minos-microservice-common"
3-
version = "0.6.1"
3+
version = "0.7.0.dev1"
44
description = "The common core of the Minos Framework"
55
readme = "README.md"
66
repository = "https://github.com/minos-framework/minos-python"

packages/core/minos-microservice-cqrs/minos/cqrs/__init__.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22

33
__author__ = "Minos Framework Devs"
44
__email__ = "[email protected]"
5-
__version__ = "0.6.0"
5+
__version__ = "0.7.0.dev1"
66

77
from .exceptions import (
88
MinosCqrsException,

packages/core/minos-microservice-cqrs/pyproject.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[tool.poetry]
22
name = "minos-microservice-cqrs"
3-
version = "0.6.0"
3+
version = "0.7.0.dev1"
44
description = "The CQRS pattern of the Minos Framework"
55
readme = "README.md"
66
repository = "https://github.com/minos-framework/minos-python"

packages/core/minos-microservice-networks/minos/networks/__init__.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22

33
__author__ = "Minos Framework Devs"
44
__email__ = "[email protected]"
5-
__version__ = "0.6.0"
5+
__version__ = "0.7.0.dev1"
66

77
from .brokers import (
88
REQUEST_HEADERS_CONTEXT_VAR,

packages/core/minos-microservice-networks/pyproject.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[tool.poetry]
22
name = "minos-microservice-networks"
3-
version = "0.6.0"
3+
version = "0.7.0.dev1"
44
description = "The networks core of the Minos Framework"
55
readme = "README.md"
66
repository = "https://github.com/minos-framework/minos-python"

packages/core/minos-microservice-saga/minos/saga/__init__.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22

33
__author__ = "Minos Framework Devs"
44
__email__ = "[email protected]"
5-
__version__ = "0.6.0"
5+
__version__ = "0.7.0.dev1"
66

77
from .context import (
88
SagaContext,

packages/core/minos-microservice-saga/pyproject.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[tool.poetry]
22
name = "minos-microservice-saga"
3-
version = "0.6.0"
3+
version = "0.7.0.dev1"
44
description = "The SAGA pattern of the Minos Framework"
55
readme = "README.md"
66
repository = "https://github.com/minos-framework/minos-python"

0 commit comments

Comments
 (0)