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 d32839b commit 4081840Copy full SHA for 4081840
invoke/_version.py
@@ -1,2 +1,2 @@
1
-__version_info__ = (2, 0, 0)
+__version_info__ = (2, 1, 0)
2
__version__ = ".".join(map(str, __version_info__))
sites/www/changelog.rst
@@ -2,6 +2,7 @@
Changelog
3
=========
4
5
+- :release:`2.1.0 <2023-04-28>`
6
- :support:`675` Implement `importlib` and deprecate `imp` module. Patches
7
provided by Jesse P. Johnson
8
- :bug:`376` Resolve equality comparison bug for non-collections. Patch via
0 commit comments