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 616b23a commit 8ea5260Copy full SHA for 8ea5260
invoke/_version.py
@@ -1,2 +1,2 @@
1
-__version_info__ = (2, 1, 1)
+__version_info__ = (2, 1, 2)
2
__version__ = ".".join(map(str, __version_info__))
sites/www/changelog.rst
@@ -2,6 +2,7 @@
Changelog
3
=========
4
5
+- :release:`2.1.2 <2023-05-15>`
6
- :support:`936 backported` Make sure ``py.typed`` is in our packaging
7
manifest; without it, users working from a regular installation
8
can't perform type checks. Thanks to Nikita Sobolev for catch & patch.
0 commit comments