File tree Expand file tree Collapse file tree 4 files changed +7
-3
lines changed Expand file tree Collapse file tree 4 files changed +7
-3
lines changed Original file line number Diff line number Diff line change 5151## 0.2.2 (2022-03-18)
5252
5353* Fixed bugs.
54+
55+ ## 0.3.0 (2022-04-01)
56+
57+ * Updated to Minos version ` 0.6 `
Original file line number Diff line number Diff line change 11__author__ = "Minos Framework Devs"
223- __version__ = "0.2.2 "
3+ __version__ = "0.3.0 "
44
55import sys
66
Original file line number Diff line number Diff line change 2121)
2222
2323TEMPLATE_URL : Final [str ] = "https://github.com/minos-framework/minos-templates/releases/download"
24- TEMPLATE_VERSION : Final [str ] = "v0.1.3 "
24+ TEMPLATE_VERSION : Final [str ] = "v0.2.0.dev0 "
2525
2626
2727class TemplateFetcher :
Original file line number Diff line number Diff line change 11[tool .poetry ]
22name = " minos-cli"
3- version = " 0.2.2 "
3+ version = " 0.3.0 "
44description = " Command Line Interface for the Minos framework"
55readme = " README.md"
66repository = " https://github.com/minos-framework/minos-cli"
You can’t perform that action at this time.
0 commit comments