From 9cea5caeb3d3a75e829338f0766479d5d12b3115 Mon Sep 17 00:00:00 2001 From: Zach Wolfenbarger Date: Tue, 11 Jul 2023 14:21:27 -0500 Subject: [PATCH] Release: 1.1.5 --- CHANGELOG.md | 6 ++++++ setup.py | 2 +- 2 files changed, 7 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 682f918..ca190ea 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,9 @@ +## 1.1.5 (2023-07-11) +- Update panoptes-client requirement to >=1.6 +- Bump humanize to <4.8 +- Fix: Remove deprecated U mode in file open +- Update README with iNat and python 2 deprecation info. + ## 1.1.4 (2022-12-02) - New: support `%` in manifest column headings for indexed subject sets. Manifest headers with the `%` prefix will automatically be added to the subject set configuration `'indexFields'` list. diff --git a/setup.py b/setup.py index d44534b..0ea209a 100644 --- a/setup.py +++ b/setup.py @@ -5,7 +5,7 @@ setup( name='panoptescli', - version='1.1.4', + version='1.1.5', url='https://github.com/zooniverse/panoptes-cli', author='Adam McMaster / Zooniverse', author_email='contact@zooniverse.org',