Loading CHANGELOG.md +4 −0 Original line number Diff line number Diff line Loading @@ -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]() Loading setup.py +1 −1 Original line number Diff line number Diff line Loading @@ -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( Loading Loading
CHANGELOG.md +4 −0 Original line number Diff line number Diff line Loading @@ -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]() Loading
setup.py +1 −1 Original line number Diff line number Diff line Loading @@ -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( Loading