Skip to content
Snippets Groups Projects
Commit a88339d4 authored by Jay's avatar Jay
Browse files

release 0.7.1

parent 7ee0011e
Branches
Tags v0.7.1
No related merge requests found
......@@ -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]()
......
......@@ -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(
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment