From faf79ce6be665c9141b7a510693c18fed9ac045c Mon Sep 17 00:00:00 2001 From: Lauren Ko Date: Fri, 18 Oct 2019 14:47:50 -0500 Subject: [PATCH] Prepare for 1.1.0 release --- CHANGELOG.md | 1 + setup.py | 2 +- 2 files changed, 2 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 48a94f3..4aa4f49 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -2,6 +2,7 @@ ------ * Add support for Webrecorder.io. [#34](https://github.com/unt-libraries/py-wasapi-client/pull/34) +* Fix tests that fail on MacOS due to `qsize`. [#36](https://github.com/unt-libraries/py-wasapi-client/pull/36) 1.0.0 ------ diff --git a/setup.py b/setup.py index ec642ef..3e8fe8a 100644 --- a/setup.py +++ b/setup.py @@ -9,7 +9,7 @@ setup( name='py-wasapi-client', - version='1.0.0', + version='1.1.0', url='https://github.com/unt-libraries/py-wasapi-client', author='University of North Texas Libraries', author_email='lauren.ko@unt.edu',