Skip to content

Commit 80fcae9

Browse files
committed
Release v1.7.3
Signed-off-by: Stephen Brennan <stephen.s.brennan@oracle.com>
1 parent 0f8a631 commit 80fcae9

File tree

2 files changed

+7
-1
lines changed

2 files changed

+7
-1
lines changed

CHANGELOG.md

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -5,6 +5,12 @@
55
Any changes which are committed, but not yet present in a released version,
66
should appear here.
77

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+
814
## 1.7.2 - Mon, Sep 9, 2024
915

1016
- Added zsh completion script, thanks @rpigott!

setup.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -37,7 +37,7 @@
3737

3838
long_description = open("README.md").read()
3939

40-
VERSION = "1.7.2"
40+
VERSION = "1.7.3"
4141

4242
setup(
4343
name="yo",

0 commit comments

Comments
 (0)