Skip to content

Commit

Permalink
v1.1.1
Browse files Browse the repository at this point in the history
Missed click_plugins/__init__.py when doing v1.1.  No changes other
than fixing the version mismatch.
  • Loading branch information
geowurster committed Apr 4, 2019
1 parent 91d9605 commit 1f9f53e
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 1 deletion.
5 changes: 5 additions & 0 deletions CHANGES.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,11 @@
Changelog
=========

1.1.1 - 2019-04-04
------------------

- Fixed a version mismatch in `click_plugins/__init__.py` See `1.1`.

1.1 - 2019-04-04
----------------

Expand Down
2 changes: 1 addition & 1 deletion click_plugins/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@ def subcommand(arg):
from click_plugins.core import with_plugins


__version__ = '1.0.5'
__version__ = '1.1.1'
__author__ = 'Kevin Wurster, Sean Gillies'
__email__ = '[email protected], [email protected]'
__source__ = 'https://github.com/click-contrib/click-plugins'
Expand Down

0 comments on commit 1f9f53e

Please sign in to comment.