Skip to content

Commit 1f9f53e

Browse files
committed
v1.1.1
Missed click_plugins/__init__.py when doing v1.1. No changes other than fixing the version mismatch.
1 parent 91d9605 commit 1f9f53e

File tree

2 files changed

+6
-1
lines changed

2 files changed

+6
-1
lines changed

CHANGES.md

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,11 @@
11
Changelog
22
=========
33

4+
1.1.1 - 2019-04-04
5+
------------------
6+
7+
- Fixed a version mismatch in `click_plugins/__init__.py` See `1.1`.
8+
49
1.1 - 2019-04-04
510
----------------
611

click_plugins/__init__.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,7 @@ def subcommand(arg):
2424
from click_plugins.core import with_plugins
2525

2626

27-
__version__ = '1.0.5'
27+
__version__ = '1.1.1'
2828
__author__ = 'Kevin Wurster, Sean Gillies'
2929
__email__ = 'wursterk@gmail.com, sean.gillies@gmail.com'
3030
__source__ = 'https://github.com/click-contrib/click-plugins'

0 commit comments

Comments
 (0)