Skip to content

Commit 0fa82cf

Browse files
committed
Cut 2.1.1
1 parent 609db6d commit 0fa82cf

File tree

2 files changed

+2
-1
lines changed

2 files changed

+2
-1
lines changed

invoke/_version.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,2 +1,2 @@
1-
__version_info__ = (2, 1, 0)
1+
__version_info__ = (2, 1, 1)
22
__version__ = ".".join(map(str, __version_info__))

sites/www/changelog.rst

+1
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,7 @@
22
Changelog
33
=========
44

5+
- :release:`2.1.1 <2023-05-01>`
56
- :bug:`934` The `importlib` upgrade in 2.1 had a corner case bug (regarding
67
``from . import <submodule>`` functionality within package-like task trees)
78
which in turn exposed a false-pass in our test suite. Both have now been

0 commit comments

Comments
 (0)