Skip to content

Commit 573cdee

Browse files
committed
Merge pull request #7 from click-contrib/v1-maint
v1.0.1 release
2 parents 21b3cab + 3233c3d commit 573cdee

File tree

4 files changed

+19
-13
lines changed

4 files changed

+19
-13
lines changed

CHANGES.md

Lines changed: 13 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,13 @@
1+
Changelog
2+
=========
3+
4+
1.0.1 - 2015-08-20
5+
------------------
6+
7+
- Fixed a typo in an error message - #5
8+
9+
10+
1.0 - 2015-07-20
11+
----------------
12+
13+
- Initial release.

CHANGES.txt

Lines changed: 0 additions & 8 deletions
This file was deleted.

LICENSE.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@ modification, are permitted provided that the following conditions are met:
1313
this list of conditions and the following disclaimer in the documentation
1414
and/or other materials provided with the distribution.
1515

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

click_plugins/__init__.py

Lines changed: 5 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -21,10 +21,10 @@ def subcommand(arg):
2121
"""
2222

2323

24-
from .core import with_plugins
24+
from click_plugins.core import with_plugins
2525

2626

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

0 commit comments

Comments
 (0)