Skip to content

Commit ee9d862

Browse files
committed
Cut 2.1.3
1 parent aa8b815 commit ee9d862

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, 2)
1+
__version_info__ = (2, 1, 3)
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.3 <2023-06-14>`
56
- :bug:`944` After the release of 2.1, package-style task modules started
67
looking in the wrong place for project-level config files (inside one's eg
78
``tasks/`` dir, instead of *next to* that dir) due to a subtlety in the new

0 commit comments

Comments
 (0)