Skip to content

Commit 07b836f

Browse files
committed
Cut 2.2.0
1 parent 71d5596 commit 07b836f

2 files changed

Lines changed: 2 additions & 1 deletion

File tree

invoke/_version.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,2 +1,2 @@
1-
__version_info__ = (2, 1, 3)
1+
__version_info__ = (2, 2, 0)
22
__version__ = ".".join(map(str, __version_info__))

sites/www/changelog.rst

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,7 @@
22
Changelog
33
=========
44

5+
- :release:`2.2.0 <2023-07-12>`
56
- :feature:`-` Remove the somewhat inaccurate subclass requirement around
67
`~invoke.config.Config`'s ``.clone(into=...)`` constructor call. It was
78
broken for certain use cases (such as trying to clone one subclass into a

0 commit comments

Comments
 (0)