Skip to content

Commit

Permalink
Release v1.0.4
Browse files Browse the repository at this point in the history
  • Loading branch information
geowurster committed Sep 16, 2018
1 parent 8a71d42 commit 8473289
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 1 deletion.
6 changes: 6 additions & 0 deletions CHANGES.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,12 @@
Changelog
=========

1.0.4 - 2018-09-15
------------------

- Preemptive fix for a breaking change in Click v7. CLI command names generated from functions with underscores will have dashes instead of underscores. See https://github.com/click-contrib/click-plugins/issues/19.


1.0.3 - 2016-01-05
------------------

Expand Down
2 changes: 1 addition & 1 deletion click_plugins/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@ def subcommand(arg):
from click_plugins.core import with_plugins


__version__ = '1.0.3'
__version__ = '1.0.4'
__author__ = 'Kevin Wurster, Sean Gillies'
__email__ = '[email protected], [email protected]'
__source__ = 'https://github.com/click-contrib/click-plugins'
Expand Down

0 comments on commit 8473289

Please sign in to comment.