diff --git a/docs/qcfractal/source/changelog.rst b/docs/qcfractal/source/changelog.rst index 1bc368115..cf5ac83fb 100644 --- a/docs/qcfractal/source/changelog.rst +++ b/docs/qcfractal/source/changelog.rst @@ -15,6 +15,16 @@ Changelog .. Bug Fixes .. +++++++++ +0.7.1 / 2019-05-28 +------------------ + +Bug Fixes ++++++++++ + +- (:pr:`277`) A more informative error is thrown when Mongo is not found by ``FractalSnowflake``. +- (:pr:`277`) ID's are no longer presented when listing Collections in Portal to minimize extra data. +- (:pr:`278`) Fixed a bug in Portal where the Server was not reporting the correct unit. + 0.7.0 / 2019-05-27 ------------------ diff --git a/qcfractal/server.py b/qcfractal/server.py index 538123268..cca66ff3c 100644 --- a/qcfractal/server.py +++ b/qcfractal/server.py @@ -230,8 +230,8 @@ def __init__( "heartbeat_frequency": self.heartbeat_frequency, "version": get_information("version"), "query_limit": self.storage.get_limit(1.e9), - "client_lower_version_limit": "0.7", - "client_upper_version_limit": "0.7" + "client_lower_version_limit": "0.7.0", # Must be XX.YY.ZZ + "client_upper_version_limit": "0.7.1" # Must be XX.YY.ZZ } endpoints = [