Skip to content

Commit

Permalink
Cut 1.4.0
Browse files Browse the repository at this point in the history
  • Loading branch information
bitprophet committed Jan 4, 2020
1 parent f27e5cb commit d0ff0d6
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__ = (1, 3, 0)
__version_info__ = (1, 4, 0)
__version__ = ".".join(map(str, __version_info__))
1 change: 1 addition & 0 deletions sites/www/changelog.rst
Expand Up @@ -2,6 +2,7 @@
Changelog
=========

- :release:`1.4.0 <2020-01-03>`
- :bug:`637 major` A corner case in `~invoke.context.Context.run` caused
overridden streams to be unused if those streams were also set to be hidden
(eg ``run(command, hide=True, out_stream=StringIO())`` would result in no
Expand Down

0 comments on commit d0ff0d6

Please sign in to comment.