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 aa8b815 commit ee9d862Copy full SHA for ee9d862
invoke/_version.py
@@ -1,2 +1,2 @@
1
-__version_info__ = (2, 1, 2)
+__version_info__ = (2, 1, 3)
2
__version__ = ".".join(map(str, __version_info__))
sites/www/changelog.rst
@@ -2,6 +2,7 @@
Changelog
3
=========
4
5
+- :release:`2.1.3 <2023-06-14>`
6
- :bug:`944` After the release of 2.1, package-style task modules started
7
looking in the wrong place for project-level config files (inside one's eg
8
``tasks/`` dir, instead of *next to* that dir) due to a subtlety in the new
0 commit comments