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 cb1c309 commit 2e37902Copy full SHA for 2e37902
CHANGELOG.md
@@ -5,6 +5,8 @@
5
Any changes which are committed, but not yet present in a released version,
6
should appear here.
7
8
+## 1.6.0 - Wed, Apr 17, 2024
9
+
10
New Features:
11
12
- The `yo list` command now has a completely configurable table.
setup.py
@@ -37,7 +37,7 @@
37
38
long_description = open("README.md").read()
39
40
-VERSION = "1.5.1"
+VERSION = "1.6.0"
41
42
setup(
43
name="yo",
0 commit comments