Skip to content

Commit 4081840

Browse files
committed
Cut 2.1.0
1 parent d32839b commit 4081840

File tree

2 files changed

+2
-1
lines changed

2 files changed

+2
-1
lines changed

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, 0, 0)
1+
__version_info__ = (2, 1, 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.1.0 <2023-04-28>`
56
- :support:`675` Implement `importlib` and deprecate `imp` module. Patches
67
provided by Jesse P. Johnson
78
- :bug:`376` Resolve equality comparison bug for non-collections. Patch via

0 commit comments

Comments
 (0)