Commit a88339d4 authored by Jay's avatar Jay
Browse files

release 0.7.1

parent 7ee0011e
Loading
Loading
Loading
Loading
+4 −0
Original line number Diff line number Diff line
@@ -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]()

+1 −1
Original line number Diff line number Diff line
@@ -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(