We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 96690ae commit 4f91840Copy full SHA for 4f91840
HISTORY.md
@@ -3,3 +3,7 @@
3
## 0.0.1 (2021-06-14)
4
5
* First release on PyPI.
6
+
7
+## 0.0.2 (2021-06-18)
8
9
+* Bugfix.
minos/api_gateway/rest/__init__.py
@@ -5,7 +5,7 @@
Minos framework can not be copied and/or distributed without the express permission of Clariteia SL.
"""
-__version__ = "0.0.1"
+__version__ = "0.0.2"
10
from .coordinator import (
11
MicroserviceCallCoordinator,
pyproject.toml
@@ -1,6 +1,6 @@
1
[tool.poetry]
2
name = "minos_apigateway"
-version = "0.0.1"
+version = "0.0.2"
description = "Python Package containing the main API Gateway implementation used in Minos Microservices."
readme = "README.md"
repository = "https://github.com/clariteia/api_gateway"
0 commit comments