Skip to content

Commit 8ea5260

Browse files
committed
Cut 2.1.2
1 parent 616b23a commit 8ea5260

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, 1, 1)
1+
__version_info__ = (2, 1, 2)
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.2 <2023-05-15>`
56
- :support:`936 backported` Make sure ``py.typed`` is in our packaging
67
manifest; without it, users working from a regular installation
78
can't perform type checks. Thanks to Nikita Sobolev for catch & patch.

0 commit comments

Comments
 (0)