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 52b1de0 commit d5155b5Copy full SHA for d5155b5
HISTORY.md
@@ -44,3 +44,7 @@
44
45
* Administration section BugFix getting index file.
46
* Adjust default auth routes
47
+
48
+## 0.3.1 (2022-02-04)
49
50
+* Administration section BugFix getting index file.
minos/api_gateway/rest/__init__.py
@@ -1,4 +1,4 @@
1
-__version__ = "0.3.0"
+__version__ = "0.3.1"
2
3
from .config import (
4
ApiGatewayConfig,
pyproject.toml
@@ -1,6 +1,6 @@
[tool.poetry]
name = "minos_apigateway"
-version = "0.3.0"
+version = "0.3.1"
description = "Python Package containing the main API Gateway implementation used in Minos Microservices."
5
readme = "README.md"
6
repository = "https://github.com/clariteia/api_gateway"
0 commit comments