We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 1438557 commit 9db5e88Copy full SHA for 9db5e88
invoke/_version.py
@@ -1,2 +1,2 @@
1
-__version_info__ = (1, 7, 2)
+__version_info__ = (1, 7, 3)
2
__version__ = ".".join(map(str, __version_info__))
sites/www/changelog.rst
@@ -2,6 +2,10 @@
Changelog
3
=========
4
5
+- :release:`1.7.3 <2022-09-30>`
6
+- :support:`- backported` Fix a non-fatal bug in our setup.py
7
+ ``long_description`` generation causing 1.7.0-1.7.2 to have malformed
8
+ description text on PyPI.
9
- :release:`1.7.2 <2022-09-30>`
10
- :bug:`876` Refactor CLI parser instantiation such that the
11
``tasks.ignore_unknown_help`` feature (added in 1.7) works when Invoke is run
0 commit comments