We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 609db6d commit 0fa82cfCopy full SHA for 0fa82cf
invoke/_version.py
@@ -1,2 +1,2 @@
1
-__version_info__ = (2, 1, 0)
+__version_info__ = (2, 1, 1)
2
__version__ = ".".join(map(str, __version_info__))
sites/www/changelog.rst
@@ -2,6 +2,7 @@
Changelog
3
=========
4
5
+- :release:`2.1.1 <2023-05-01>`
6
- :bug:`934` The `importlib` upgrade in 2.1 had a corner case bug (regarding
7
``from . import <submodule>`` functionality within package-like task trees)
8
which in turn exposed a false-pass in our test suite. Both have now been
0 commit comments