We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 91d9605 commit 1f9f53eCopy full SHA for 1f9f53e
CHANGES.md
@@ -1,6 +1,11 @@
1
Changelog
2
=========
3
4
+1.1.1 - 2019-04-04
5
+------------------
6
+
7
+- Fixed a version mismatch in `click_plugins/__init__.py` See `1.1`.
8
9
1.1 - 2019-04-04
10
----------------
11
click_plugins/__init__.py
@@ -24,7 +24,7 @@ def subcommand(arg):
24
from click_plugins.core import with_plugins
25
26
27
-__version__ = '1.0.5'
+__version__ = '1.1.1'
28
__author__ = 'Kevin Wurster, Sean Gillies'
29
__email__ = 'wursterk@gmail.com, sean.gillies@gmail.com'
30
__source__ = 'https://github.com/click-contrib/click-plugins'
0 commit comments