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 0f8a631 commit 80fcae9Copy full SHA for 80fcae9
CHANGELOG.md
@@ -5,6 +5,12 @@
5
Any changes which are committed, but not yet present in a released version,
6
should appear here.
7
8
+## 1.7.3 - Wed, Sep 11, 2024
9
+
10
+- Fixed crash in `yo images` parsing an OS value without colon.
11
+- Added user-friendly catch for a common error: adding a comment at the end of a
12
+ `~/.oci/yo.ini` value.
13
14
## 1.7.2 - Mon, Sep 9, 2024
15
16
- Added zsh completion script, thanks @rpigott!
setup.py
@@ -37,7 +37,7 @@
37
38
long_description = open("README.md").read()
39
40
-VERSION = "1.7.2"
+VERSION = "1.7.3"
41
42
setup(
43
name="yo",
0 commit comments