Skip to content

Commit 8619246

Browse files
committed
modified version
1 parent b15d71d commit 8619246

File tree

3 files changed

+7
-2
lines changed

3 files changed

+7
-2
lines changed

HISTORY.md

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -40,3 +40,8 @@ History
4040
------------------
4141

4242
* Added a logger to get trace of address
43+
44+
0.0.7 (2021-11-20)
45+
------------------
46+
47+
* static address and port

minos/api_gateway/discovery/__init__.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
__version__ = "0.0.6"
1+
__version__ = "0.0.7"
22

33
from .cli import (
44
app,

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_discovery"
3-
version = "0.0.6"
3+
version = "0.0.7"
44
description = "Minos Discovery service for Microservices subscription."
55
readme = "README.md"
66
repository = "https://github.com/clariteia/discovery"

0 commit comments

Comments
 (0)