We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 71d5596 commit 07b836fCopy full SHA for 07b836f
2 files changed
invoke/_version.py
@@ -1,2 +1,2 @@
1
-__version_info__ = (2, 1, 3)
+__version_info__ = (2, 2, 0)
2
__version__ = ".".join(map(str, __version_info__))
sites/www/changelog.rst
@@ -2,6 +2,7 @@
Changelog
3
=========
4
5
+- :release:`2.2.0 <2023-07-12>`
6
- :feature:`-` Remove the somewhat inaccurate subclass requirement around
7
`~invoke.config.Config`'s ``.clone(into=...)`` constructor call. It was
8
broken for certain use cases (such as trying to clone one subclass into a
0 commit comments