15
0

- Update to 0.1.20:

* Going back to the old "return None" behavior, but adding
    USE_IMAGE_NOT_FOUND_EXCEPTION to make raising exceptions possible too

OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-PyScreeze?expand=0&rev=9
This commit is contained in:
Tomáš Chvátal
2019-03-11 09:39:16 +00:00
committed by Git OBS Bridge
parent e0012ac13e
commit 6e809553cb
4 changed files with 11 additions and 4 deletions

View File

@@ -1,3 +1,10 @@
-------------------------------------------------------------------
Mon Mar 11 09:38:34 UTC 2019 - Tomáš Chvátal <tchvatal@suse.com>
- Update to 0.1.20:
* Going back to the old "return None" behavior, but adding
USE_IMAGE_NOT_FOUND_EXCEPTION to make raising exceptions possible too
-------------------------------------------------------------------
Mon Mar 4 17:41:28 UTC 2019 - Tomáš Chvátal <tchvatal@suse.com>