Skip to content

Commit

Permalink
Cut 0.23.0
Browse files Browse the repository at this point in the history
  • Loading branch information
bitprophet committed Jan 29, 2018
1 parent ce0f977 commit 8c55f6f
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
@@ -1,2 +1,2 @@
__version_info__ = (0, 22, 0)
__version_info__ = (0, 22, 1)
__version__ = '.'.join(map(str, __version_info__))
1 change: 1 addition & 0 deletions sites/www/changelog.rst
Expand Up @@ -2,6 +2,7 @@
Changelog
=========

* :release:`0.22.1 <2018-01-29>`
* :bug:`342` Accidentally hardcoded ``Collection`` instead of ``cls`` in
`Collection.from_module <invoke.collection.Collection.from_module>` (an
alternate constructor and therefore a classmethod.) This made it rather hard
Expand Down

0 comments on commit 8c55f6f

Please sign in to comment.