From a88339d4f08ec235ad1e013dd2024abad6b390ed Mon Sep 17 00:00:00 2001 From: Jay <jlaura@usgs.gov> Date: Tue, 15 Mar 2022 08:48:45 -0500 Subject: [PATCH] release 0.7.1 --- CHANGELOG.md | 4 ++++ setup.py | 2 +- 2 files changed, 5 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 7315834a..1a24cc34 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -34,7 +34,11 @@ release. --> ## [Unreleased] +## [0.7.1]() +### Fixed +- Fixed connection issues where too many connections to AWS RDW were causing connetions failures by adding an exponential sleep over five retries. +- Fixed missing import in place points in overlap that was causing a failure when attempting to throw a warning. ## [0.7.0]() diff --git a/setup.py b/setup.py index 1c4ee347..7b1e2230 100755 --- a/setup.py +++ b/setup.py @@ -5,7 +5,7 @@ from setuptools import setup, find_packages with open('README.md', 'r') as f: long_description = f.read() -__version__ = '0.7.0' +__version__ = '0.7.1' def setup_package(): setup( -- GitLab