diff --git a/CHANGELOG.md b/CHANGELOG.md index 7315834ab0cf2c48cbc07d570cca194c010859e4..1a24cc345756b70ea24bc7ed07f55d6c1128c89c 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 1c4ee347373c6f92db93a437e558134d41b36d89..7b1e2230412124526ed7a0109147a5f0d2d39167 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(