Skip to content

Commit 4f91840

Browse files
committed
v0.0.2
1 parent 96690ae commit 4f91840

File tree

3 files changed

+6
-2
lines changed

3 files changed

+6
-2
lines changed

HISTORY.md

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3,3 +3,7 @@
33
## 0.0.1 (2021-06-14)
44

55
* First release on PyPI.
6+
7+
## 0.0.2 (2021-06-18)
8+
9+
* Bugfix.

minos/api_gateway/rest/__init__.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@
55
66
Minos framework can not be copied and/or distributed without the express permission of Clariteia SL.
77
"""
8-
__version__ = "0.0.1"
8+
__version__ = "0.0.2"
99

1010
from .coordinator import (
1111
MicroserviceCallCoordinator,

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_apigateway"
3-
version = "0.0.1"
3+
version = "0.0.2"
44
description = "Python Package containing the main API Gateway implementation used in Minos Microservices."
55
readme = "README.md"
66
repository = "https://github.com/clariteia/api_gateway"

0 commit comments

Comments
 (0)