Skip to content

Commit

Permalink
Merge pull request #7 from click-contrib/v1-maint
Browse files Browse the repository at this point in the history
v1.0.1 release
  • Loading branch information
geowurster committed Aug 20, 2015
2 parents 21b3cab + 3233c3d commit 573cdee
Show file tree
Hide file tree
Showing 4 changed files with 19 additions and 13 deletions.
13 changes: 13 additions & 0 deletions CHANGES.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,13 @@
Changelog
=========

1.0.1 - 2015-08-20
------------------

- Fixed a typo in an error message - #5


1.0 - 2015-07-20
----------------

- Initial release.
8 changes: 0 additions & 8 deletions CHANGES.txt

This file was deleted.

2 changes: 1 addition & 1 deletion LICENSE.txt
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ modification, are permitted provided that the following conditions are met:
this list of conditions and the following disclaimer in the documentation
and/or other materials provided with the distribution.

* Neither click-contrib nor the names of its contributors may not be used to
* Neither click-plugins nor the names of its contributors may not be used to
endorse or promote products derived from this software without specific prior
written permission.

Expand Down
9 changes: 5 additions & 4 deletions click_plugins/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -21,10 +21,10 @@ def subcommand(arg):
"""


from .core import with_plugins
from click_plugins.core import with_plugins


__version__ = '1.0'
__version__ = '1.0.1'
__author__ = 'Kevin Wurster, Sean Gillies'
__email__ = 'wursterk@gmail.com, sean.gillies@gmail.com'
__source__ = 'https://github.com/click-contrib/click-plugins'
Expand All @@ -44,8 +44,9 @@ def subcommand(arg):
this list of conditions and the following disclaimer in the documentation
and/or other materials provided with the distribution.
* The names of its contributors may not be used to endorse or promote products
derived from this software without specific prior written permission.
* Neither click-plugins nor the names of its contributors may not be used to
endorse or promote products derived from this software without specific prior
written permission.
THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS "AS IS"
AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE
Expand Down

0 comments on commit 573cdee

Please sign in to comment.