Skip to content

Commit

Permalink
Merge pull request #67 from minos-framework/0.1.2
Browse files Browse the repository at this point in the history
0.1.2
  • Loading branch information
albamig authored Feb 10, 2022
2 parents 53b7e8a + 88fcff5 commit 551d65b
Show file tree
Hide file tree
Showing 4 changed files with 9 additions and 4 deletions.
7 changes: 6 additions & 1 deletion HISTORY.md
Original file line number Diff line number Diff line change
Expand Up @@ -21,4 +21,9 @@

## 0.1.1 (2022-02-03)

* Update links to the repository and website.
* Update links to the repository and website.

## 0.1.2 (2022-02-10)

* Docker as default deployer.
* Fixed bugs.
2 changes: 1 addition & 1 deletion minos/cli/__init__.py
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
__author__ = "Minos Framework Devs"
__email__ = "[email protected]"
__version__ = "0.1.1"
__version__ = "0.1.2"

from .api import (
app,
Expand Down
2 changes: 1 addition & 1 deletion minos/cli/templating/fetchers.py
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@
)

TEMPLATE_URL: Final[str] = "https://github.com/minos-framework/minos-templates/releases/download"
TEMPLATE_VERSION: Final[str] = "v0.1.0"
TEMPLATE_VERSION: Final[str] = "v0.1.1"


class TemplateFetcher:
Expand Down
2 changes: 1 addition & 1 deletion pyproject.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[tool.poetry]
name = "minos-cli"
version = "0.1.1"
version = "0.1.2"
description = "Command Line Interface for the Minos framework"
readme = "README.md"
repository = "https://github.com/minos-framework/minos-cli"
Expand Down

0 comments on commit 551d65b

Please sign in to comment.