Skip to content

Commit

Permalink
Cut 3.0.1
Browse files Browse the repository at this point in the history
  • Loading branch information
bitprophet committed Jan 6, 2023
1 parent 378f83c commit 39867c2
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
1 change: 1 addition & 0 deletions docs/changelog.rst
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,7 @@
Changelog
=========

- :release:`3.0.1 <2023-01-06>`
- :bug:`-` We neglected to remove references to ``six`` in a few spots -
including some that utilized Invoke's old vendor of same; this causes issues
when trying to use development and upcoming versions of Invoke. Six is now
Expand Down
2 changes: 1 addition & 1 deletion invocations/_version.py
Original file line number Diff line number Diff line change
@@ -1,2 +1,2 @@
__version_info__ = (3, 0, 0)
__version_info__ = (3, 0, 1)
__version__ = ".".join(map(str, __version_info__))

0 comments on commit 39867c2

Please sign in to comment.