diff --git a/CHANGES.rst b/CHANGES.rst index e3cd060..b294568 100644 --- a/CHANGES.rst +++ b/CHANGES.rst @@ -1,10 +1,10 @@ Changes ======= -Not released ------------- +20190625 - 0.6.0 +---------------- -- No changes +- Better handling of empty API responses (thanks @jvanderneutstulen) 20190210 - 0.5.0 ---------------- diff --git a/setup.py b/setup.py index ef5a7dc..36b06a9 100644 --- a/setup.py +++ b/setup.py @@ -19,7 +19,7 @@ setup( name='luftdaten', - version='0.5.0', + version='0.6.0', description='Python API for interacting with luftdaten.info.', long_description=long_description, url='https://github.com/fabaff/python-luftdaten',