Skip to content

Commit e4bbd9b

Browse files
committed
Cut 1.2.0
1 parent 83fe946 commit e4bbd9b

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__ = (1, 1, 1)
1+
__version_info__ = (1, 2, 0)
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:`1.2.0 <2018-09-13>`
56
- :feature:`301` (via :issue:`414`) Overhaul tab completion mechanisms so users
67
can :ref:`print a completion script <print-completion-script>` which
78
automatically matches the emitting binary's configured names (compared to the

0 commit comments

Comments
 (0)