Skip to content

Commit

Permalink
Cut 2.1.1
Browse files Browse the repository at this point in the history
  • Loading branch information
bitprophet committed May 2, 2023
1 parent 609db6d commit 0fa82cf
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
2 changes: 1 addition & 1 deletion invoke/_version.py
Original file line number Diff line number Diff line change
@@ -1,2 +1,2 @@
__version_info__ = (2, 1, 0)
__version_info__ = (2, 1, 1)
__version__ = ".".join(map(str, __version_info__))
1 change: 1 addition & 0 deletions sites/www/changelog.rst
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,7 @@
Changelog
=========

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

0 comments on commit 0fa82cf

Please sign in to comment.