Skip to content

Commit

Permalink
Merge pull request #22 from click-contrib/v1.0.4
Browse files Browse the repository at this point in the history
Release v1.0.4
  • Loading branch information
geowurster authored Sep 16, 2018
2 parents 4fba917 + 8473289 commit 9565ad7
Show file tree
Hide file tree
Showing 3 changed files with 9 additions and 3 deletions.
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 LICENSE.txt
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
New BSD License

Copyright (c) 2015-2016, Kevin D. Wurster, Sean C. Gillies
Copyright (c) 2015-2018, Kevin D. Wurster, Sean C. Gillies
All rights reserved.

Redistribution and use in source and binary forms, with or without
Expand Down
4 changes: 2 additions & 2 deletions click_plugins/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -24,14 +24,14 @@ 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'
__license__ = '''
New BSD License
Copyright (c) 2015-2016, Kevin D. Wurster, Sean C. Gillies
Copyright (c) 2015-2018, Kevin D. Wurster, Sean C. Gillies
All rights reserved.
Redistribution and use in source and binary forms, with or without
Expand Down

0 comments on commit 9565ad7

Please sign in to comment.