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

release 0.7.1

parent 7ee0011e
No related branches found
No related tags found
No related merge requests found
...@@ -34,7 +34,11 @@ release. ...@@ -34,7 +34,11 @@ release.
--> -->
## [Unreleased] ## [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]() ## [0.7.0]()
......
...@@ -5,7 +5,7 @@ from setuptools import setup, find_packages ...@@ -5,7 +5,7 @@ from setuptools import setup, find_packages
with open('README.md', 'r') as f: with open('README.md', 'r') as f:
long_description = f.read() long_description = f.read()
__version__ = '0.7.0' __version__ = '0.7.1'
def setup_package(): def setup_package():
setup( setup(
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please to comment