15
0

- update to version 1.1.1:

- Fixed a version mismatch in `click_plugins/__init__.py`  See `1.1`.
- update to version 1.1:
 - Fix an issue where a broken command's traceback would not be emitted - https://github.com/click-contrib/click-plugins/issues/25
 - Bump required click version to `click>=4` - https://github.com/click-contrib/click-plugins/pull/28
 - Runs Travis tests for the latest release of click versions 4 -> 7 - https://github.com/click-contrib/click-plugins/pull/28

OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-click-plugins?expand=0&rev=9
This commit is contained in:
2019-04-07 19:43:56 +00:00
committed by Git OBS Bridge
parent 89791ec90b
commit e8539160a7
4 changed files with 15 additions and 5 deletions

View File

@@ -1,3 +1,13 @@
-------------------------------------------------------------------
Sun Apr 7 19:43:09 UTC 2019 - Sebastian Wagner <sebix+novell.com@sebix.at>
- update to version 1.1.1:
- Fixed a version mismatch in `click_plugins/__init__.py` See `1.1`.
- update to version 1.1:
- Fix an issue where a broken command's traceback would not be emitted - https://github.com/click-contrib/click-plugins/issues/25
- Bump required click version to `click>=4` - https://github.com/click-contrib/click-plugins/pull/28
- Runs Travis tests for the latest release of click versions 4 -> 7 - https://github.com/click-contrib/click-plugins/pull/28
-------------------------------------------------------------------
Tue Dec 4 12:46:38 UTC 2018 - Matej Cepl <mcepl@suse.com>