We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 83fe946 commit e4bbd9bCopy full SHA for e4bbd9b
invoke/_version.py
@@ -1,2 +1,2 @@
1
-__version_info__ = (1, 1, 1)
+__version_info__ = (1, 2, 0)
2
__version__ = ".".join(map(str, __version_info__))
sites/www/changelog.rst
@@ -2,6 +2,7 @@
Changelog
3
=========
4
5
+- :release:`1.2.0 <2018-09-13>`
6
- :feature:`301` (via :issue:`414`) Overhaul tab completion mechanisms so users
7
can :ref:`print a completion script <print-completion-script>` which
8
automatically matches the emitting binary's configured names (compared to the
0 commit comments