Skip to content

Commit b1c3f7d

Browse files
committed
- Fixed markupsafe problem.
- Updated versions. issue #?
1 parent beca6ff commit b1c3f7d

File tree

4 files changed

+187
-161
lines changed

4 files changed

+187
-161
lines changed

minos/cli/__init__.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
__author__ = "Minos Framework Devs"
22
__email__ = "[email protected]"
3-
__version__ = "0.2.0"
3+
__version__ = "0.2.1"
44

55
import sys
66

minos/cli/templating/fetchers.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@
2121
)
2222

2323
TEMPLATE_URL: Final[str] = "https://github.com/minos-framework/minos-templates/releases/download"
24-
TEMPLATE_VERSION: Final[str] = "v0.1.1"
24+
TEMPLATE_VERSION: Final[str] = "v0.1.2.dev4"
2525

2626

2727
class TemplateFetcher:

0 commit comments

Comments
 (0)