diff --git a/CHANGES.rst b/CHANGES.rst index 297605b..0379162 100644 --- a/CHANGES.rst +++ b/CHANGES.rst @@ -1,6 +1,11 @@ Changes ======= +20190716 - 0.6.2 +---------------- + +- Only add value types if reported by the API (thanks @cgtobi) + 20190625 - 0.6.1 ---------------- diff --git a/setup.py b/setup.py index 7bc79fe..bcacef1 100644 --- a/setup.py +++ b/setup.py @@ -19,7 +19,7 @@ setup( name='luftdaten', - version='0.6.1', + version='0.6.2', description='Python API for interacting with luftdaten.info.', long_description=long_description, url='https://github.com/fabaff/python-luftdaten',