Skip to content

Commit 9db5e88

Browse files
committed
Cut 1.7.3
1 parent 1438557 commit 9db5e88

File tree

2 files changed

+5
-1
lines changed

2 files changed

+5
-1
lines changed

invoke/_version.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,2 +1,2 @@
1-
__version_info__ = (1, 7, 2)
1+
__version_info__ = (1, 7, 3)
22
__version__ = ".".join(map(str, __version_info__))

sites/www/changelog.rst

+4
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,10 @@
22
Changelog
33
=========
44

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.
59
- :release:`1.7.2 <2022-09-30>`
610
- :bug:`876` Refactor CLI parser instantiation such that the
711
``tasks.ignore_unknown_help`` feature (added in 1.7) works when Invoke is run

0 commit comments

Comments
 (0)